Skip to content

Commit

Permalink
fix(ci): push docker images tagged with the "v" prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
paullaffitte committed Oct 14, 2020
1 parent 3fb7523 commit d3a2bfc
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 @@ -24,7 +24,7 @@ build and push:
- apk add --update make
- docker login "$CI_REGISTRY" -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD"
script:
- VERSION="${CI_COMMIT_TAG:1}" make push
- VERSION="$CI_COMMIT_TAG" make push
only:
- tags

Expand Down

0 comments on commit d3a2bfc

Please sign in to comment.