Skip to content
Snippets Groups Projects
Commit bbd50378 authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

Fix gitlab ci deploy job

parent 90bd0472
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -15,8 +15,6 @@ build:
deploy:
stage: deploy
variables:
IMAGE_VERSION: ''
script:
- docker push ${IMAGE_URL}:${IMAGE_VERSION}
- docker push ${IMAGE_URL}:latest
......
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