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

Allow building CI image in Actions #412

Merged
merged 1 commit into from
May 6, 2022
Merged

Allow building CI image in Actions #412

merged 1 commit into from
May 6, 2022

Conversation

JLockerman
Copy link
Contributor

This commit adds a GitHub action to build and deploy our CI image. This will any of us to rebuild and deploy the CI image, and test it better before deployment.

@JLockerman JLockerman force-pushed the jl/build-ci-image-action branch 2 times, most recently from 7b4ca5e to 8fabb70 Compare May 6, 2022 16:34

jobs:
build:
runs-on: ubuntu-latest
Copy link
Contributor

Choose a reason for hiding this comment

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

@JLockerman Is this the place that we should be explicit about version of ubuntu that we want to stick to rather than the latest?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jerryxwu 🤔 this is only ever used to build the docker image, so I'm not sure how much it matters either way

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@jerryxwu I'll pin 20.04 under the assumption that it's slightly more likely to keep working that way

This commit adds a GitHub action to build and deploy our CI image. This
will any of us to rebuild and deploy the CI image, and test it better
before deployment.
@JLockerman
Copy link
Contributor Author

bors r+

@bors
Copy link
Contributor

bors bot commented May 6, 2022

Build succeeded:

@bors bors bot merged commit 134f095 into main May 6, 2022
@bors bors bot deleted the jl/build-ci-image-action branch May 6, 2022 17:52
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.

None yet

3 participants