From 89aa7dbec16e24e0b28974bd8ec08cc1f55f337a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:26:18 +0000 Subject: [PATCH] Bump docker/build-push-action from 4.0.0 to 5.0.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 391101e..ce20d23 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,7 +65,7 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Build Image locally - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v5.0.0 with: load: true build-args: | @@ -93,7 +93,7 @@ jobs: exit 7 fi - name: Build and Push to quay.io - uses: docker/build-push-action@v4.0.0 + uses: docker/build-push-action@v5.0.0 with: push: ${{ github.actor != 'dependabot[bot]' }} build-args: |