Skip to content

Commit 910252a

Browse files
Update cloudposse/github-action-yaml-config-query action to v0.1.1 (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 67598d0 commit 910252a

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
@@ -48,7 +48,7 @@ runs:
4848
expected: true
4949
actual: ${{ ( inputs.use_metadata == 'true' ) || ( inputs.to != '' ) }}
5050

51-
- uses: cloudposse/[email protected].0
51+
- uses: cloudposse/[email protected].1
5252
id: context
5353
with:
5454
query: .
@@ -63,7 +63,7 @@ runs:
6363
username: ${{ inputs.login }}
6464
password: ${{ inputs.password }}
6565

66-
- uses: cloudposse/[email protected].0
66+
- uses: cloudposse/[email protected].1
6767
id: from_tags_config
6868
with:
6969
query: .${{ inputs.from == '' }}
@@ -81,7 +81,7 @@ runs:
8181
tags: ${{ steps.from_tags_config.outputs.tags }}
8282
flavor: latest=false
8383

84-
- uses: cloudposse/[email protected].0
84+
- uses: cloudposse/[email protected].1
8585
id: to_tags_config
8686
with:
8787
query: .${{ inputs.use_metadata == 'true' }}
@@ -124,7 +124,7 @@ runs:
124124
docker push ${value}
125125
done
126126
127-
- uses: cloudposse/[email protected].0
127+
- uses: cloudposse/[email protected].1
128128
id: result
129129
with:
130130
query: .${{ inputs.to == '' }}

0 commit comments

Comments
 (0)