From 3bcabe45912f719a7218f720f16821dceee15e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 23:43:44 +0000 Subject: [PATCH] Bump docker/build-push-action from 4 to 5 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v4...v5) --- 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 f833b5893..16ae90bd2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,7 +70,7 @@ jobs: password: ${{ secrets.GADOCKERSVC_PASSWORD }} - name: Build Docker - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: file: docker/Dockerfile context: . @@ -102,7 +102,7 @@ jobs: github.event_name == 'push' && github.ref == 'refs/heads/develop' && steps.changes.outputs.docker == 'true' - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: file: docker/Dockerfile context: .