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 5252 expected : true
5353 actual : ${{ ( inputs.use_metadata == 'true' ) || ( inputs.to != '' ) }}
5454
55- - uses : cloudposse/github-action-yaml-config-query@0.1.3
55+ - uses : cloudposse/github-action-yaml-config-query@v1.0.0
5656 id : context
5757 with :
5858 query : .${{ inputs.image_name == '' }}
7070 username : ${{ inputs.login }}
7171 password : ${{ inputs.password }}
7272
73- - uses : cloudposse/github-action-yaml-config-query@0.1.3
73+ - uses : cloudposse/github-action-yaml-config-query@v1.0.0
7474 id : from_tags_config
7575 with :
7676 query : .${{ inputs.from == '' }}
8888 tags : ${{ steps.from_tags_config.outputs.tags }}
8989 flavor : latest=false
9090
91- - uses : cloudposse/github-action-yaml-config-query@0.1.3
91+ - uses : cloudposse/github-action-yaml-config-query@v1.0.0
9292 id : to_tags_config
9393 with :
9494 query : .${{ inputs.use_metadata == 'true' }}
@@ -131,7 +131,7 @@ runs:
131131 docker push ${value}
132132 done
133133
134- - uses : cloudposse/github-action-yaml-config-query@0.1.3
134+ - uses : cloudposse/github-action-yaml-config-query@v1.0.0
135135 id : result
136136 with :
137137 query : .${{ inputs.to == '' }}
You can’t perform that action at this time.
0 commit comments