Update github workflow

This commit is contained in:
Maks Snegov 2020-08-25 22:55:13 +03:00
parent 6048280983
commit e73c62d034

View File

@ -40,3 +40,5 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
repository: snegov/seafile-client repository: snegov/seafile-client
tag_with_ref: true tag_with_ref: true
add_git_labels: true
push: ${{ startsWith(github.ref, 'refs/tags/') }}