Skip to content
Closed
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
6 changes: 3 additions & 3 deletions gh-actions/docker/shas/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ outputs:
runs:
using: composite
steps:
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
- uses: envoyproxy/toolshed/gh-actions/[email protected].31
id: yaml
with:
input: ${{ inputs.images }}
input-format: yaml
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
- uses: envoyproxy/toolshed/gh-actions/[email protected].31
id: json_actions
with:
items: ${{ steps.yaml.outputs.value }}
Expand All @@ -31,7 +31,7 @@ runs:
%{{ fromJSON(inputs.context).items['$KEY'] }}
env_var: ${{ inputs.env_prefix }}_$KEY

- uses: envoyproxy/toolshed/gh-actions/[email protected].30
- uses: envoyproxy/toolshed/gh-actions/[email protected].31
id: images
with:
input: ${{ steps.json_actions.outputs.out }}
Expand Down