-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add shellcheck test action #108
base: master
Are you sure you want to change the base?
Conversation
846798d
to
4aae8de
Compare
07ad006
to
d00acf1
Compare
…turns 686 Signed-off-by: miigotu <[email protected]>
14f23de
to
74e2cdf
Compare
Signed-off-by: miigotu <[email protected]>
Signed-off-by: miigotu <[email protected]>
Looks like the Docker build is running out of disk space. Can you allocate more to it? |
@zeldin nope, they have a pre set allotment for the runner containers. I think I need to not cache locally for layer caching of buildx, and if that isn't enough I will have to separate different architectures into different builds like before buildx existed. I worked on it all day yesterday, I'll try some more later on. |
b1c0849
to
456454a
Compare
…ce we aren't building for either. Add action to manually delete old workflows
456454a
to
94783ee
Compare
@zeldin, fixed. Just need secrets set for docker username/pass and enable ghcr for ps3dev I'd also like to pull the toolchains out of each image and make them available as tar artifacts for download right from the build, and use the action that makes releases |
Lol I think I figured out why the push fails for me, docker config is cached between all my builds even on other orgs, so it tries to login to ps3dev/ps3dev with my credentials for sickchill/sickchill ;) I had the same problem over there and fixed it, will update this PR soon as I solve an issue upgrading my other packages on synology. |
Signed-off-by: miigotu [email protected]