Bump docker/build-push-action from 4.1.1 to 5.0.0 (#877)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 27 Oct 2023 09:56:50 +0000 (11:56 +0200)
committerGitHub <noreply@github.com>
Fri, 27 Oct 2023 09:56:50 +0000 (11:56 +0200)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 5.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4.1.1...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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/release.yml

index 306970c99f8ad35f4960f79db0e1e17be766b1d0..b1d7a596576f6ad9c06a440bae2113d4beecf167 100644 (file)
@@ -85,7 +85,7 @@ jobs:
             ghcr.io/${{ github.repository_owner }}/server
 
       - name: Build and Push images
-        uses: docker/build-push-action@v4.1.1
+        uses: docker/build-push-action@v5.0.0
         with:
           context: .
           platforms: linux/amd64,linux/arm64