ci: Publish to GHCR, update actions - #52
Conversation
|
I see that the CI has failed, but I wonder if / how that is because of anything that I changed? |
|
Ah I think I see it, there's a breaking change in the anchore scan-action v3: "Change default behavior so action fails on medium (and higher) severities" Indeed, I reran this PR's build and it's failing at a medium severity. https://github.com/mendhak/docker-http-https-echo/actions/runs/4435829661/jobs/7795945655#step:9:34 There's an argument for the action, |
|
I think that's it, working now. https://github.com/mendhak/docker-http-https-echo/pkgs/container/http-https-echo I'll update the README CHANGELOG etc in a bit. And some cleaning up to do. No idea how I did this, must have been some experimenting. |

This PR aims to publish the Docker image to both Docker Hub and GitHub Container Registry
fixes #51