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

feat: add support for strip a prefix from the tag #249

Merged
merged 3 commits into from
Jul 20, 2023

Conversation

jackton1
Copy link
Member

No description provided.

entrypoint.sh Outdated
Comment on lines 21 to 22
CURRENT_TAG=${CURRENT_TAG#$INPUT_STRIP_PREFIX}
NEW_TAG=${NEW_TAG#$INPUT_STRIP_PREFIX}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[shellcheck (suggestion)] reported by reviewdog 🐶

Suggested change
CURRENT_TAG=${CURRENT_TAG#$INPUT_STRIP_PREFIX}
NEW_TAG=${NEW_TAG#$INPUT_STRIP_PREFIX}
CURRENT_TAG=${CURRENT_TAG#"$INPUT_STRIP_PREFIX"}
NEW_TAG=${NEW_TAG#"$INPUT_STRIP_PREFIX"}

jackton1 and others added 3 commits July 20, 2023 13:45
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@jackton1 jackton1 force-pushed the feat/add-support-for-stripping-a-prefix-from-the-tag branch from 047f916 to 3f8834e Compare July 20, 2023 19:45
@jackton1 jackton1 merged commit 26b0ca2 into main Jul 20, 2023
@jackton1 jackton1 deleted the feat/add-support-for-stripping-a-prefix-from-the-tag branch July 20, 2023 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant