Skip to content
Snippets Groups Projects
Commit ab5b028f authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Try fixing ddeploy template bug

parent 88a4573f
No related branches found
No related tags found
1 merge request!70Resolve "Update deprecated deploy job"
Pipeline #58799 passed
......@@ -42,7 +42,7 @@
# Run ddeploy
- ddeploy --yaml ${DDEPLOY_YAML}
# Get ID of image created by ddeploy
- DOCKER_ID=`docker images --format='{{.ID}}' | head -1`
- 'DOCKER_ID=$(docker images --format="{{.ID}}" | head -1)'
# Tag and push
- docker tag ${DOCKER_ID} ${DOCKER_PUSH_REGISTRY}/${DOCKER_PUSH_NAME}:${DOCKER_PUSH_TAG}
- docker push ${DOCKER_PUSH_REGISTRY}/${DOCKER_PUSH_NAME}:${DOCKER_PUSH_TAG}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment