From 50bf2bb524e8807b1786e35a79fb4b66ba4270b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 17:18:53 -0700 Subject: [PATCH] CI: (deps): Bump docker/build-push-action from 5.1.0 to 5.3.0 (#185) --- .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 04f8bf1..251298a 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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 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@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 + uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 if: github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/') with: context: .