-
Notifications
You must be signed in to change notification settings - Fork 79
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
Dev containers & GHA Release Flow #311
Conversation
Can one of the admins verify this patch? |
263ef5d
to
e5e7a68
Compare
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.
Some small changes. We also need to wait until the associate indy-test-automation PR is merged and we tag a version so we can reference the specific version in these workflows.
Added a ticket for future enhancements; #312 |
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.
Latest changes look good. Should we be targeting the stable
branch with these changes though? The stable
branch is traditionally used for releases.
Signed-off-by: pSchlarb <[email protected]>
Devcontainer fix Signed-off-by: Philipp Schlarb <[email protected]>
Signed-off-by: pSchlarb <[email protected]>
Signed-off-by: pSchlarb <[email protected]> removal of repo components Signed-off-by: Philipp Schlarb <[email protected]> updated token version Signed-off-by: Philipp Schlarb <[email protected]> keyserver fix Signed-off-by: pSchlarb <[email protected]>
- indy-test-automation workflow was updated to exclude them by default. Signed-off-by: Wade Barnes <[email protected]> (cherry picked from commit c10015b) Signed-off-by: pSchlarb <[email protected]>
Signed-off-by: pSchlarb <[email protected]> fixed case sensitive reference Signed-off-by: pSchlarb <[email protected]>
d404e48
to
8481dd9
Compare
Signed-off-by: pSchlarb <[email protected]>
95fdf33
to
efde62b
Compare
Signed-off-by: pSchlarb <[email protected]>
efde62b
to
e99aec8
Compare
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.
Looks good. The build failures are expected due to the permissions on PRs. The DinD image is not being pushed to the repo's image repository. It's passing because it's not trying to push the image. The client build is failing because the image does not exist yet (expected, will be there once PR is merged).
Just waiting to see the results on https://github.com/pSchlarb/sovrin/actions/runs/3894517829
No description provided.