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

fix: added missing tag

parent f78524e5
No related branches found
No related tags found
1 merge request!9fix: added missing tag
......@@ -24,7 +24,7 @@ build and publish the image:
- 'docker pull $CI_REGISTRY_IMAGE:latest || true'
# Build the new version, assign new tag and `latest` tag
- docker build --cache-from $CI_REGISTRY_IMAGE:latest .
- docker build --cache-from $CI_REGISTRY_IMAGE:latest -t $CI_REGISTRY_IMAGE:latest .
- docker build -t $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG .
# Push the newly built version to the registry
......
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