We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095be6f commit 8294949Copy full SHA for 8294949
jobs/hook_container.yml
@@ -77,7 +77,7 @@
77
78
- name: Push the Docker image with tag equal to tag.
79
command: docker push {{ output_image_name_tag }}
80
- when: container_push and (tag.stdout != "undefined")
+ when: (container_push == "true") and (tag.stdout != "undefined")
81
82
# Remove the evidence.
83
0 commit comments