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

replace slash with hyphen in image tags #387

Closed
wants to merge 2 commits into from

Conversation

stephengaudet
Copy link
Contributor

@stephengaudet stephengaudet commented Jul 11, 2023

tested: docker pull ghcr.io/ecadlabs/signatory:fix-branch-names-with-slash-arm64

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jul 11, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3977a6c
Status: ✅  Deploy successful!
Preview URL: https://49564c40.signatory.pages.dev
Branch Preview URL: https://fix-branch-names-with-slash.signatory.pages.dev

View logs

@danielelisi
Copy link
Contributor

The changes in this PR don't consider the github.ref_name property. The github.head_ref property returns an empty value when the event triggering the pipeline is a push event.

Since this issue only comes up with Dependabot, what's your opinion on creating a Dependabot config file and customizing the separator?

@stephengaudet
Copy link
Contributor Author

originally, I had thought we didn't need the push trigger at all, but, your comments made me have another look. you are right, we do need more than just the PR trigger.

yep, I'll close this PR and use this instead https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#pull-request-branch-nameseparator

@stephengaudet stephengaudet deleted the fix/branch-names-with-slash branch July 18, 2023 22:42
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.

2 participants