Update docker/build-push-action action to v5
divent / lint (push) Successful in 2m5s Details
divent / docker (push) Failing after 19s Details
divent / pypi (push) Has been skipped Details

This commit is contained in:
Renovate Bot 2023-09-13 06:30:04 +00:00
parent 6b7a6775de
commit 3bf470ac38
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v4
- uses: docker/build-push-action@v5
with:
push: ${{ gitea.ref == 'refs/heads/master' || startsWith(gitea.ref, 'refs/tags') }}
tags: ${{ steps.meta.outputs.tags }}