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

make docker image builds trigger on key branches + ability to manually trigger #1168

Merged
merged 5 commits into from
Jan 21, 2025

Conversation

sam0x17
Copy link
Contributor

@sam0x17 sam0x17 commented Jan 17, 2025

This makes it so the current state of devnet-ready, devnet, and testnet is continuously deployed to docker hub using the branch names as the tag name.

It also makes it so we can manually trigger branches or tags to deploy to docker hub based on a workflow dispatch. Currently it does not allow for deploying a branch/tag with a different branch/tag name in docker hub, however this could be added if it is desired later.

@sam0x17 sam0x17 self-assigned this Jan 17, 2025
@sam0x17 sam0x17 added skip-cargo-audit This PR fails cargo audit but needs to be merged anyway and removed skip-cargo-audit This PR fails cargo audit but needs to be merged anyway labels Jan 17, 2025
@sam0x17 sam0x17 marked this pull request as ready for review January 17, 2025 21:04
@sam0x17 sam0x17 requested a review from unconst as a code owner January 17, 2025 21:04
@sam0x17 sam0x17 added the blue team defensive programming, CI, etc label Jan 17, 2025
@sam0x17 sam0x17 added the skip-cargo-audit This PR fails cargo audit but needs to be merged anyway label Jan 17, 2025
branches:
- devnet-ready
- devnet
- testnet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not testing on main?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope, for main people should use the releases, which also get deployed by this automatically

@sam0x17 sam0x17 added the no-spec-version-bump PR does not contain changes that requires bumping the spec version label Jan 21, 2025
@sam0x17 sam0x17 changed the title make docker image builds trigger on key branches make docker image builds trigger on key branches + ability to manually trigger Jan 21, 2025
@sam0x17 sam0x17 requested a review from keithtensor January 21, 2025 17:50
@unconst unconst merged commit a99d4c7 into devnet-ready Jan 21, 2025
13 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blue team defensive programming, CI, etc no-spec-version-bump PR does not contain changes that requires bumping the spec version skip-cargo-audit This PR fails cargo audit but needs to be merged anyway
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants