Skip to content

Commit

Permalink
chore: Update default version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Mar 9, 2024
1 parent 1e5f19a commit 8ab34a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ runs:
GH_TOKEN: ${{ inputs.registry_token }}
GH_PR_EVENT_NUMBER: ${{ inputs.pr_event_number }}
# Uses GitHubs ternary syntax to set cli version, see https://docs.github.com/en/actions/learn-github-actions/expressions#example
CLI_VERSION_TAG: ${{ inputs.use_unstable_cli == 'true' && 'main' || 'v0.8.1' }}
CLI_VERSION_TAG: ${{ inputs.use_unstable_cli == 'true' && 'main' || 'v0.8.2' }}
run: |
podman run \
-v buildah-vol:/var/run/containerd \
Expand Down

0 comments on commit 8ab34a2

Please sign in to comment.