We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PRs have started failing more often like this,
Running test image for proposal upgrade-13 Unable to find image 'ghcr.io/agoric/agoric-3-proposals:test-upgrade-13' locally
In the same CI job that tag was built, so the runner is erroneously losing it.
Try publishing the test images to GHCR in one job and running the tests in a separate job that pulls from GHCR.
It might be worthwhile to tackle use at the same time,
use
The text was updated successfully, but these errors were encountered:
With #25 and #2 solved this is no longer motivated.
Sorry, something went wrong.
No branches or pull requests
Problem
PRs have started failing more often like this,
In the same CI job that tag was built, so the runner is erroneously losing it.
Design
Try publishing the test images to GHCR in one job and running the tests in a separate job that pulls from GHCR.
It might be worthwhile to tackle
use
at the same time,The text was updated successfully, but these errors were encountered: