]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Bump docker/build-push-action from 5 to 6 14343/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 17 Jun 2024 14:12:02 +0000 (14:12 +0000)
committerGitHub <noreply@github.com>
Mon, 17 Jun 2024 14:12:02 +0000 (14:12 +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] <support@github.com>
.github/workflows/build-docker-images.yml

index fd78616a101c3e97ede7cb1637d95283b1a94565..d760733b858594a8cfcbb4a0f8ae3da71dc678ea 100644 (file)
@@ -98,7 +98,7 @@ jobs:
           tags: ${{ inputs.image-tags }}
       - name: Build and load powerdns product images
         id: build-image
-        uses: docker/build-push-action@v5
+        uses: docker/build-push-action@v6
         with:
           context: .
           file: Dockerfile-${{ inputs.product }}