From 71b1ea0fee534ab91e5a51b6ef0b2734c038529f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:00:29 +0100 Subject: [PATCH] Bump docker/build-push-action from 5.1.0 to 5.3.0 (#153) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a3f8f3c..a04280a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,7 +67,7 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Build Image locally - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.3.0 with: load: true build-args: | @@ -95,7 +95,7 @@ jobs: exit 7 fi - name: Build and Push to quay.io - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.3.0 with: push: ${{ github.actor != 'dependabot[bot]' }} build-args: |