Compare commits

..

2 Commits

Author SHA1 Message Date
65b3ddfda2 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
2024-06-18 08:04:51 +00:00
Renovate Bot
6f470a80e4 chore(deps): update docker/build-push-action action to v6
All checks were successful
divent / lint (push) Successful in 2m13s
divent / docker (push) Successful in 1m22s
divent / pypi (push) Has been skipped
2024-06-18 06:35:39 +00:00

View File

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