Skip to content

Commit

Permalink
Update cloudposse/github-action-yaml-config-query action to v0.1.1 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 7, 2022
1 parent 67598d0 commit 910252a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
expected: true
actual: ${{ ( inputs.use_metadata == 'true' ) || ( inputs.to != '' ) }}

- uses: cloudposse/[email protected].0
- uses: cloudposse/[email protected].1
id: context
with:
query: .
Expand All @@ -63,7 +63,7 @@ runs:
username: ${{ inputs.login }}
password: ${{ inputs.password }}

- uses: cloudposse/[email protected].0
- uses: cloudposse/[email protected].1
id: from_tags_config
with:
query: .${{ inputs.from == '' }}
Expand All @@ -81,7 +81,7 @@ runs:
tags: ${{ steps.from_tags_config.outputs.tags }}
flavor: latest=false

- uses: cloudposse/[email protected].0
- uses: cloudposse/[email protected].1
id: to_tags_config
with:
query: .${{ inputs.use_metadata == 'true' }}
Expand Down Expand Up @@ -124,7 +124,7 @@ runs:
docker push ${value}
done
- uses: cloudposse/[email protected].0
- uses: cloudposse/[email protected].1
id: result
with:
query: .${{ inputs.to == '' }}
Expand Down

0 comments on commit 910252a

Please sign in to comment.