add tag only

This commit is contained in:
2024-08-14 17:37:55 +02:00
parent c989e9942a
commit 1cecdfb69f
2 changed files with 4 additions and 9 deletions

View File

@ -25,6 +25,7 @@ runs:
username: ${{ inputs.username }}
password: ${{ inputs.password }}
- uses: docker/build-push-action@v6
if: ${{ !startsWith(gitea.ref, 'refs/tags/v') }}
with:
context: .
push: true