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

Docker workflow dispatch on branches does not work with custom tags #146

Open
Rjected opened this issue Feb 27, 2025 · 0 comments
Open

Docker workflow dispatch on branches does not work with custom tags #146

Rjected opened this issue Feb 27, 2025 · 0 comments

Comments

@Rjected
Copy link
Member

Rjected commented Feb 27, 2025

I tagged the branch I was working on in #144 as fdaa810b, ran the docker push action (here /~https://github.com/ithacaxyz/odyssey/actions/runs/13559523460), which failed on the git describe step with:

fatal: No names found, cannot describe anything.

Meaning it got tagged as latest, instead of the tag I set in git. This would have been useful for pushing images with commit hash tags, so we can pull and test specific non-release commits

Even though locally I get:

git describe --tags
fdaa810b
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

1 participant