From 0c4d62d5b694d7e275c7a23b41a707d448d81a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:12:41 -0700 Subject: [PATCH] CI: (deps): Bump docker/build-push-action from 6.5.0 to 6.9.0 (#201) --- .github/workflows/docker-image.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index fb60678..a56808c 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -105,7 +105,7 @@ jobs: df -h - name: Build and load local docker image for PRs or Not Tags - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 if: github.event_name == 'pull_request' || !startsWith(github.ref, 'refs/tags/') with: context: . @@ -113,7 +113,7 @@ jobs: tags: ${{ env.IMAGE_NAME}}:${{ env.TAG}} - name: Build and load local docker image for Not PRs and Tags - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/') with: context: . @@ -172,7 +172,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push - for Not PRs and Not Tags - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 if: github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/tags/') with: context: . @@ -182,7 +182,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Build and push - for Not PRs and Tags - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 + uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/') with: context: .