Skip to content
Snippets Groups Projects
Commit 6ed4bf2d authored by Luigi Sbailo's avatar Luigi Sbailo
Browse files

Fix typo

parent 9e53e183
Branches
No related tags found
1 merge request!123testing develop merge
...@@ -20,7 +20,7 @@ build to develop: ...@@ -20,7 +20,7 @@ build to develop:
script: script:
# Using cache to speed up the build process # Using cache to speed up the build process
- docker pull ${CI_REGISTRY_IMAGE}:latest || true - docker pull ${CI_REGISTRY_IMAGE}:latest || true
- docker build --cache-from ${CI_REGISTRY_IMAGE}:latest --tag ${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA} . - docker build --cache-from ${CI_REGISTRY_IMAGE}:latest --tag ${CI_REGISTRY_IMAGE}:develop${CI_COMMIT_SHORT_SHA} .
- docker push ${CI_REGISTRY_IMAGE}:develop${CI_COMMIT_SHORT_SHA} - docker push ${CI_REGISTRY_IMAGE}:develop${CI_COMMIT_SHORT_SHA}
rules: rules:
# Execute jobs when a new commit is pushed to develop branch # Execute jobs when a new commit is pushed to develop branch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment