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