Bump docker/build-push-action from 3 to 4
authordependabot[bot] <redacted>
Wed, 1 Feb 2023 00:02:43 +0000 (00:02 +0000)
committerGitHub <redacted>
Wed, 1 Feb 2023 00:02:43 +0000 (00:02 +0000)
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] <redacted>
.github/workflows/container.yml

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