Skip to content

Commit

Permalink
fix: fixing incorrect image repository to the action
Browse files Browse the repository at this point in the history
Fixes #7
  • Loading branch information
juancarlosjr97 committed Feb 11, 2024
1 parent e16c20f commit 740424d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:
-e SSH_PRIVATE_KEY="${SSH_PRIVATE_KEY}" \
-u root \
-v $PWD:/app \
ghcr.io/juancarlosjr97/release-it-containerized-test:${{ inputs.image_tag }} \
ghcr.io/juancarlosjr97/release-it-containerized:${{ inputs.image_tag }} \
release-it ${{ inputs.command }}
env:
GITHUB_TOKEN: ${{ inputs.github_token }}
Expand Down

0 comments on commit 740424d

Please sign in to comment.