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

image tagging #40

Open
mwinzie opened this issue Jun 16, 2023 · 1 comment
Open

image tagging #40

mwinzie opened this issue Jun 16, 2023 · 1 comment

Comments

@mwinzie
Copy link

mwinzie commented Jun 16, 2023

I am using this format to tag my image $(date +%Y%m%d)-${{ github.run_number }}, it's not an acceptable format as I get this error:

Error: Invalid parameter at 'imageTag' failed to satisfy constraint: 'must satisfy regular expression '[a-zA-Z0-9-_.]+''

Kindly assist

@pzi
Copy link
Collaborator

pzi commented Jun 20, 2023

This feels unrelated to this repo and more related to how github workflows work? Unless I am misunderstanding your question. Regardless, what does date+{{ github.run_number }} result to? Does it fall within this regular expression [a-zA-Z0-9-_.]+ (only letters and numbers, dash, underscore and full stop allowed)?

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

No branches or pull requests

2 participants