Skip to content

Commit

Permalink
fix(docker): update publish stage
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasGassmann committed May 21, 2020
1 parent de6d8e9 commit 181e9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ publish:
- master
when: manual
script:
- docker run --env NPM_AUTH_TOKEN --name unit-$CI_COMMIT_SHA $IMAGE_TAG_CURRENT ./npm-ci-publish.sh
- docker run --env NPM_AUTH_TOKEN --name unit-$CI_COMMIT_SHA $GOOGLE_TAG ./npm-ci-publish.sh
tags:
- docker

0 comments on commit 181e9cc

Please sign in to comment.