Skip to content
Snippets Groups Projects
Commit bd158c8f authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Change tag of the docker image

parent 91924693
No related branches found
No related tags found
No related merge requests found
Pipeline #145 passed
...@@ -20,7 +20,7 @@ stages: ...@@ -20,7 +20,7 @@ stages:
Build pythonForPandocFilter docker image: Build pythonForPandocFilter docker image:
stage: build stage: build
before_script: cd generateChangemarks before_script: cd generateChangemarks
script: docker build --tag generatechangemarks:${CI_COMMIT_BRANCH} -f dockerfile . script: docker build --tag "generatechangemarks:${CI_COMMIT_BRANCH}" -f dockerfile .
rules: rules:
- if: $CI_COMMIT_BRANCH - if: $CI_COMMIT_BRANCH
changes: changes:
......
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