Merge pull request 'chore(deps): update docker/build-push-action action to v6' (#2) from renovate/docker-build-push-action-6.x into main
All checks were successful
dl / skip-chown (push) Successful in 37s
dl / wireguard-ipv6 (push) Successful in 26s

Reviewed-on: #2
This commit is contained in:
Michel Roux 2024-06-18 08:04:22 +00:00
commit 77735038d9

View File

@ -12,7 +12,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
context: skip-chown
push: ${{ gitea.ref_name == gitea.event.repository.default_branch || gitea.ref_type == 'tag' }}
@ -28,7 +28,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
context: wireguard-ipv6
push: ${{ gitea.ref_name == gitea.event.repository.default_branch || gitea.ref_type == 'tag' }}