debug info

This commit is contained in:
2022-08-27 12:13:32 +02:00
parent b7e8045b22
commit 698ef50288
+1
View File
@@ -44,6 +44,7 @@ dev_deploy:
- base64 -d $SA_Development | docker login -u _json_key --password-stdin https://eu.gcr.io
stage: docker
script:
- cat /etc/issue
- docker build -t $IMAGE_TAG .
- docker push $IMAGE_TAG
only: