Skip to content
Snippets Groups Projects
Commit f78524e5 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Merge branch 'fix-typo' into 'master'

fix: typo corrected in envvar in ci script

See merge request !8
parents 47cf652d dcec8057
No related branches found
No related tags found
1 merge request!8fix: typo corrected in envvar in ci script
Pipeline #22004 canceled
......@@ -25,7 +25,7 @@ build and publish the image:
# Build the new version, assign new tag and `latest` tag
- docker build --cache-from $CI_REGISTRY_IMAGE:latest .
- docker build -t $CI_REGISTRY_IMAGE:$(CI_COMMIT_TAG) .
- docker build -t $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG .
# Push the newly built version to the registry
- docker push $CI_REGISTRY_IMAGE
......
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