Skip to content

Commit

Permalink
Fix tag param
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Mar 19, 2024
1 parent 3ed677a commit 945b95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build:
- echo "CI_REGISTRY_IMAGE:$DATETAG->" $CI_REGISTRY_IMAGE:$DATETAG
- cp docker/dockerfile-webapp docker/dockerfile-webapp-local
- sed -i "s+tmt-data+registry.softcatala.org/github/translation-memory-tools/tmt-data:$CI_COMMIT_REF_NAME+g" docker/dockerfile-webapp-local
- docker build --tag tmt-webapp -tag $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME --tag $CI_REGISTRY_IMAGE:$DATETAG . -f docker/dockerfile-webapp-local
- docker build --tag tmt-webapp --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME --tag $CI_REGISTRY_IMAGE:$DATETAG . -f docker/dockerfile-webapp-local
artifacts:
paths:
- datetag.txt
Expand Down

0 comments on commit 945b95d

Please sign in to comment.