Skip to content
Snippets Groups Projects
Commit cbbb4e30 authored by Mike Terhar's avatar Mike Terhar
Browse files

Typo in short sha env var

parent 2c6ac995
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -24,7 +24,7 @@ docker-build:
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script:
- docker build --pull -t "$CI_REGISTRY_IMAGE:CI_COMMIT_SHORT_SHA" .
- docker push "$CI_REGISTRY_IMAGE:CI_COMMIT_SHORT_SHA"
- docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA" .
- docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA"
except:
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment