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

Fix Docker CI workflow #119

Merged

Conversation

easybe
Copy link
Collaborator

@easybe easybe commented Sep 4, 2024

As we are triggered by the PyPI workflow and not directly by the push of the Git tag, extracting the version from GITHUB_REF_NAME won't work. Calling git describe instead also allows the workflow to be run manually, which makes things easier in general.

Fixes: #118

As we are triggered by the `PyPI` workflow and not directly by the push
of the Git tag, extracting the version from `GITHUB_REF_NAME` won't
work. Calling `git describe` instead also allows the workflow to be run
manually, which makes things easier in general.

Fixes: UpstreamDataInc#118
@easybe easybe requested a review from b-rowan September 4, 2024 22:11
@easybe
Copy link
Collaborator Author

easybe commented Sep 4, 2024

@b-rowan b-rowan merged commit 9db83bf into UpstreamDataInc:master Sep 4, 2024
2 checks passed
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.

Docker build fails on release
2 participants