Skip to content

Commit 8c177b6

Browse files
chore(deps): update cloudposse/github-action-yaml-config-query action to v0.1.4
1 parent c9620e7 commit 8c177b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
expected: true
5353
actual: ${{ ( inputs.use_metadata == 'true' ) || ( inputs.to != '' ) }}
5454

55-
- uses: cloudposse/[email protected].3
55+
- uses: cloudposse/[email protected].4
5656
id: context
5757
with:
5858
query: .${{ inputs.image_name == '' }}
@@ -70,7 +70,7 @@ runs:
7070
username: ${{ inputs.login }}
7171
password: ${{ inputs.password }}
7272

73-
- uses: cloudposse/[email protected].3
73+
- uses: cloudposse/[email protected].4
7474
id: from_tags_config
7575
with:
7676
query: .${{ inputs.from == '' }}
@@ -88,7 +88,7 @@ runs:
8888
tags: ${{ steps.from_tags_config.outputs.tags }}
8989
flavor: latest=false
9090

91-
- uses: cloudposse/[email protected].3
91+
- uses: cloudposse/[email protected].4
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/[email protected].3
134+
- uses: cloudposse/[email protected].4
135135
id: result
136136
with:
137137
query: .${{ inputs.to == '' }}

0 commit comments

Comments
 (0)