Bump docker/build-push-action from 4 to 5
authordependabot[bot] <redacted>
Sun, 1 Oct 2023 00:32:45 +0000 (00:32 +0000)
committerGitHub <redacted>
Sun, 1 Oct 2023 00:32:45 +0000 (00:32 +0000)
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] <redacted>
.github/workflows/container.yml

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