Bump docker/build-push-action from 3 to 4 (#515)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 14 Mar 2023 12:25:33 +0000 (13:25 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Mar 2023 12:25:33 +0000 (13:25 +0100)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/docker-build.yml

index 241688fca1516536e29e49347f9b727c8780c3ad..09d931ada9051b2aff7b16fc6d1db0a0da44b8e9 100644 (file)
@@ -66,7 +66,7 @@ jobs:
           password: ${{ secrets.GITHUB_TOKEN }}
 
       - name: Build and push
-        uses: docker/build-push-action@v3
+        uses: docker/build-push-action@v4
         with:
           builder: ${{ steps.buildx.outputs.name }}
           context: .