Skip to content
Snippets Groups Projects
Commit c74e5a26 authored by MENACER Mohamed's avatar MENACER Mohamed
Browse files

20 edition

parent 0e25b8b3
No related branches found
No related tags found
No related merge requests found
Pipeline #47298 failed
...@@ -41,8 +41,10 @@ test: ...@@ -41,8 +41,10 @@ test:
deploy: deploy:
stage: deploy stage: deploy
script: script:
- echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY
- docker tag $IMAGE_NAME:latest $IMAGE_NAME:$CI_COMMIT_SHORT_SHA - docker tag $IMAGE_NAME:latest $IMAGE_NAME:$CI_COMMIT_SHORT_SHA
- docker push $IMAGE_NAME:latest - docker push $IMAGE_NAME:latest
- docker push $IMAGE_NAME:$CI_COMMIT_SHORT_SHA - docker push $IMAGE_NAME:$CI_COMMIT_SHORT_SHA
only: only:
- main - main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment