From 1b94578e297e842830832390c2a875897f7ae21e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 00:57:13 +0000 Subject: [PATCH] Update docker/build-push-action digest to 64c9b14 --- .github/workflows/release-clickhouse.yml | 2 +- .github/workflows/release-devcontainer.yml | 2 +- .github/workflows/release-nginx.yml | 2 +- .github/workflows/release-traefik.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-clickhouse.yml b/.github/workflows/release-clickhouse.yml index 1ac04ad..9ac68f3 100644 --- a/.github/workflows/release-clickhouse.yml +++ b/.github/workflows/release-clickhouse.yml @@ -50,7 +50,7 @@ jobs: # It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step. - name: Build and push Docker image id: push - uses: docker/build-push-action@9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d + uses: docker/build-push-action@64c9b141502b80dbbd71e008a0130ad330f480f8 with: context: ./clickhouse push: true diff --git a/.github/workflows/release-devcontainer.yml b/.github/workflows/release-devcontainer.yml index a27a5f9..96458bb 100644 --- a/.github/workflows/release-devcontainer.yml +++ b/.github/workflows/release-devcontainer.yml @@ -50,7 +50,7 @@ jobs: # It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step. - name: Build and push Docker image id: push - uses: docker/build-push-action@9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d + uses: docker/build-push-action@64c9b141502b80dbbd71e008a0130ad330f480f8 with: context: ./devcontainer push: true diff --git a/.github/workflows/release-nginx.yml b/.github/workflows/release-nginx.yml index 9a7085c..0d2a3f9 100644 --- a/.github/workflows/release-nginx.yml +++ b/.github/workflows/release-nginx.yml @@ -50,7 +50,7 @@ jobs: # It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step. - name: Build and push Docker image id: push - uses: docker/build-push-action@9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d + uses: docker/build-push-action@64c9b141502b80dbbd71e008a0130ad330f480f8 with: context: ./nginx push: true diff --git a/.github/workflows/release-traefik.yaml b/.github/workflows/release-traefik.yaml index 90c362f..7605e8a 100644 --- a/.github/workflows/release-traefik.yaml +++ b/.github/workflows/release-traefik.yaml @@ -50,7 +50,7 @@ jobs: # It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step. - name: Build and push Docker image id: push - uses: docker/build-push-action@9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d + uses: docker/build-push-action@64c9b141502b80dbbd71e008a0130ad330f480f8 with: context: ./traefik push: true