From a906dd2eb414214f86e31cb1c5b7fa5ee36f1c72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 15:35:45 +0530 Subject: [PATCH] Bump docker/build-push-action from 4.1.1 to 5.0.0 (#106) 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 71a3208..3e2d538 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -79,7 +79,7 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Build image for tests - uses: docker/build-push-action@v4.1.1 + uses: docker/build-push-action@v5.0.0 with: load: true build-args: | @@ -114,7 +114,7 @@ jobs: exit 7 fi - name: Build and Push Image to quay.io - uses: docker/build-push-action@v4.1.1 + uses: docker/build-push-action@v5.0.0 with: push: true build-args: |