-
Notifications
You must be signed in to change notification settings - Fork 24
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
github actions: test container build on PRs #27
Conversation
After merging PR #26, I noticed that the push action failed on the container build with |
c9a87a5
to
6ce11d1
Compare
OK, this doesn't really pass. I just added an |
OK... Added a docker build flavour, and that passes... |
OK, so ...
@phlogistonjohn , should we just use docker for now, and have a PR check job for both podman and docker? |
Signed-off-by: Michael Adam <[email protected]>
Jobs are failing due to "no space left on device" when building the container image. Adding some df output. See: actions/runner-images#709 Signed-off-by: Michael Adam <[email protected]>
Signed-off-by: Michael Adam <[email protected]>
Podman currently has an issue with space consumption that lets the image build fail with "no space left on device". Therefore falling back to using docker for now, which works. Signed-off-by: Michael Adam <[email protected]>
8a5befd
to
0fbbe5e
Compare
@phlogistonjohn, I changed this to:
|
Sounds good. |
Should we push it as is then and let the podman build fail for now?
actions/runner-images#709 |
Signed-off-by: Michael Adam [email protected]