Skip to content

Commit 8294949

Browse files
committed
FEAT-052: Fix push logic.
1 parent 095be6f commit 8294949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/hook_container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
- name: Push the Docker image with tag equal to tag.
7979
command: docker push {{ output_image_name_tag }}
80-
when: container_push and (tag.stdout != "undefined")
80+
when: (container_push == "true") and (tag.stdout != "undefined")
8181

8282
# Remove the evidence.
8383

0 commit comments

Comments
 (0)