Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update cloudposse/github-action-yaml-config-query action to v0.1.4 #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
expected: true
actual: ${{ ( inputs.use_metadata == 'true' ) || ( inputs.to != '' ) }}

- uses: cloudposse/[email protected].3
- uses: cloudposse/[email protected].4
id: context
with:
query: .${{ inputs.image_name == '' }}
Expand All @@ -70,7 +70,7 @@ runs:
username: ${{ inputs.login }}
password: ${{ inputs.password }}

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

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

- uses: cloudposse/[email protected].3
- uses: cloudposse/[email protected].4
id: result
with:
query: .${{ inputs.to == '' }}
Expand Down
Loading