Skip to content

Commit 6d09ae3

Browse files
chore(deps): update cloudposse/github-action-yaml-config-query action to v0.1.4
1 parent 184274d commit 6d09ae3

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
@@ -65,7 +65,7 @@ runs:
6565
expected: true
6666
actual: ${{ ( inputs.use_metadata == 'true' ) || ( inputs.to != '' ) }}
6767

68-
- uses: cloudposse/[email protected].3
68+
- uses: cloudposse/[email protected].4
6969
id: context
7070
with:
7171
query: .${{ inputs.image_name == '' }}
@@ -83,7 +83,7 @@ runs:
8383
username: ${{ inputs.login }}
8484
password: ${{ inputs.password }}
8585

86-
- uses: cloudposse/[email protected].3
86+
- uses: cloudposse/[email protected].4
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/[email protected].3
104+
- uses: cloudposse/[email protected].4
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/[email protected].3
153+
- uses: cloudposse/[email protected].4
154154
id: result
155155
with:
156156
query: .${{ inputs.to == '' }}

0 commit comments

Comments
 (0)