From 434b22446f584beb17f821d6f9ad122cac07f1e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:39:28 +0000 Subject: [PATCH] Bump docker/build-push-action from 4.0.0 to 4.2.1 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.0.0 to 4.2.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4.0.0...v4.2.1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... 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..2ee37d0 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@v4.2.1 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@v4.2.1 with: push: ${{ github.actor != 'dependabot[bot]' }} build-args: |