Compare commits

..

2 Commits

Author SHA1 Message Date
4382add0c7 Merge pull request 'chore(deps): update docker/build-push-action action to v6' (#64) from renovate/docker-build-push-action-6.x into master
All checks were successful
dl / lint (push) Successful in 56s
dl / docker (push) Successful in 55s
Reviewed-on: #64
2024-06-18 08:05:13 +00:00
Renovate Bot
3514a4bc02 chore(deps): update docker/build-push-action action to v6
All checks were successful
dl / lint (push) Successful in 55s
dl / docker (push) Successful in 1m50s
2024-06-18 06:36:28 +00:00

View File

@ -34,7 +34,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 }}