Merge pull request 'chore(deps): update docker/build-push-action action to v6' (#213) from renovate/docker-build-push-action-6.x into master
All checks were successful
divent / lint (push) Successful in 1m43s
divent / docker (push) Successful in 42s
divent / pypi (push) Has been skipped

Reviewed-on: #213
This commit is contained in:
Michel Roux 2024-06-18 08:04:51 +00:00
commit 65b3ddfda2

View File

@ -35,7 +35,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
push: ${{ gitea.ref_name == gitea.event.repository.default_branch || gitea.ref_type == 'tag' }}
tags: ${{ steps.meta.outputs.tags }}