diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f42e9f9a015df9223a43e428cd6c9b8b44e9b3e..443cdc136aa1088531cbc8dd47b78e2d4af1b69f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -136,7 +136,7 @@ update rrz tag: script: - git push $PUBLIC_REPO $CI_COMMIT_TAG only: - - tag + - tags update nqlab version: image: alpine @@ -170,4 +170,4 @@ update nqlab version: - git tag $new_version -m 'Autoupdated version from openqlab' - git push --tags only: - - tag + - tags