-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update CI/CD builder image #543
Conversation
.github/workflows/ubuntu-builder.yml
Outdated
@@ -11,9 +11,9 @@ jobs: | |||
fail-fast: false | |||
matrix: | |||
include: | |||
- builder-image: "ghcr.io/${{ github.repository_owner }}/psibase-builder-ubuntu-2004:9e5daca8d7a08cf877ac4c40a9d3c12cdb44e534" | |||
- builder-image: "ghcr.io/${{ github.repository_owner }}/psibase-builder-ubuntu-2004:f202fea25d15c43afc8361551313e981ce2a5f87" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't figure out what this image is. I can see it in the packages list, but there's no such revision in the image-builders repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, this made me realize artifacts are being uploaded on PR, instead of just on merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ended up reworking the CI/CD logic in the image-builders
repo. See this PR.
44e4015
to
a37e05c
Compare
a37e05c
to
e934171
Compare
I updated the version here to one that is tied to an actual commit ID in the builders repo. |
No description provided.