push tags
This commit is contained in:
parent
f18fb336a6
commit
b727d10170
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
@ -22,3 +22,4 @@ jobs:
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
cache: ${{ github.event_name != 'schedule' }}
|
cache: ${{ github.event_name != 'schedule' }}
|
||||||
buildoptions: "--build-arg RUN_TESTS=false"
|
buildoptions: "--build-arg RUN_TESTS=false"
|
||||||
|
tag_semver: true
|
||||||
|
|
Reference in a new issue