Update github workflow
This commit is contained in:
parent
6048280983
commit
e73c62d034
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@ -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/') }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user