From 6b6da7607ca6f3ce47647f3b6829aaeee405d1d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:51:21 +0000 Subject: [PATCH] Bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- 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 69235df1c..37a245a09 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -76,7 +76,7 @@ jobs: password: ${{ secrets.DOCKERHUBPASSWD }} - name: Build Docker - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: docker/Dockerfile context: . @@ -108,7 +108,7 @@ jobs: github.event_name == 'push' && github.ref == 'refs/heads/develop' && steps.changes.outputs.docker == 'true' - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: file: docker/Dockerfile context: .