Update .gitlab-ci.yml

This commit is contained in:
Claude Gamboa
2021-09-28 08:18:33 +00:00
parent 174d10dd24
commit 4e7e712270
+1 -1
View File
@@ -40,7 +40,7 @@ build-and-push-deb-package:
dev_deploy:
before_script:
- base64 -d $SA_Development | docker login -u _json_key --password-stdin https://eu.gcr.io
stage: build_app
stage: docker
script:
- docker build -t $IMAGE_TAG .
- docker push $IMAGE_TAG