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

changed trigger to release to dockerhub to run on published releases #2311

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

mohsenari
Copy link
Collaborator

@mohsenari mohsenari commented Sep 30, 2024

Summary

Previously we ran docker image build and publish to dockerhub when a new tag was created, but this introduced a bug when a tag was created as a draft it would trigger this run but the assets from the tag weren't publicly available yet.
This change makes sure that the tag is marked as a release and is published to run so that the assets it needs (mainly compiled devbox binary) it publicly available before building and pushing a container image to dockerhub.

How was it tested?

need to wait for the next release to truly test.

@Lagoja Lagoja merged commit f66f7a9 into main Sep 30, 2024
29 checks passed
@Lagoja Lagoja deleted the mohsen--docker-release-trigger-fix branch September 30, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants