Skip to content

Commit

Permalink
CI now uses CI_COMMIT_TAG
Browse files Browse the repository at this point in the history
Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com>
  • Loading branch information
Renaud Gaubert committed Apr 23, 2020
1 parent c6186ce commit 8732b2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ release:device-plugin:
- apk add make
- docker login -u "${REGISTRY_USER}" -p "${REGISTRY_TOKEN}"

- make VERSION="${CI_COMMIT_SHA}" all
- make VERSION="${CI_COMMIT_SHA}" push
- make VERSION="${CI_COMMIT_SHA}" push-short
- make VERSION="${CI_COMMIT_SHA}" push-latest
- make VERSION="${CI_COMMIT_TAG}" all
- make VERSION="${CI_COMMIT_TAG}" push
- make VERSION="${CI_COMMIT_TAG}" push-short
- make VERSION="${CI_COMMIT_TAG}" push-latest

0 comments on commit 8732b2f

Please sign in to comment.