Update docker/build-push-action action to v5
Some checks failed
books / flake8 (push) Successful in 30s
books / docker (push) Failing after 9s
books / pypi (push) Has been skipped

This commit is contained in:
Renovate Bot 2023-09-13 06:30:38 +00:00
parent 0c3a22cc19
commit b5b05ba987

View File

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