Bump docker/build-push-action from 5 to 6
authordependabot[bot] <redacted>
Mon, 1 Jul 2024 00:44:22 +0000 (00:44 +0000)
committerGitHub <redacted>
Mon, 1 Jul 2024 00:44:22 +0000 (00:44 +0000)
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] <redacted>
.github/workflows/container.yml

index 188cd13f85e135cefce14978644ec307879fdc96..dc288f4f1e862dce92821581871bf63f7516703c 100644 (file)
@@ -41,7 +41,7 @@ jobs:
           images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
 
       - name: Build and push container image
-        uses: docker/build-push-action@v5
+        uses: docker/build-push-action@v6
         with:
           context: .
           push: ${{ github.event_name != 'pull_request' }}
git clone https://git.99rst.org/PROJECT