File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6565 expected : true
6666 actual : ${{ ( inputs.use_metadata == 'true' ) || ( inputs.to != '' ) }}
6767
68- - uses : cloudposse/github-action-yaml-config-query@0.1.3
68+ - uses : cloudposse/github-action-yaml-config-query@v1.0.0
6969 id : context
7070 with :
7171 query : .${{ inputs.image_name == '' }}
8383 username : ${{ inputs.login }}
8484 password : ${{ inputs.password }}
8585
86- - uses : cloudposse/github-action-yaml-config-query@0.1.3
86+ - uses : cloudposse/github-action-yaml-config-query@v1.0.0
8787 id : from_tags_config
8888 with :
8989 query : .${{ inputs.from == '' }}
@@ -101,7 +101,7 @@ runs:
101101 tags : ${{ steps.from_tags_config.outputs.tags }}
102102 flavor : latest=false
103103
104- - uses : cloudposse/github-action-yaml-config-query@0.1.3
104+ - uses : cloudposse/github-action-yaml-config-query@v1.0.0
105105 id : to_tags_config
106106 with :
107107 query : .${{ inputs.use_metadata == 'true' }}
@@ -150,7 +150,7 @@ runs:
150150 docker push ${value}
151151 done
152152
153- - uses : cloudposse/github-action-yaml-config-query@0.1.3
153+ - uses : cloudposse/github-action-yaml-config-query@v1.0.0
154154 id : result
155155 with :
156156 query : .${{ inputs.to == '' }}
You can’t perform that action at this time.
0 commit comments