crops / yocto-dockerfiles

This repository is for -base and -builder containers for building derivative containers (such as poky-container) for containerized Yocto Project builds.
GNU General Public License v2.0
145 stars 57 forks source link

Deploy to ghcr.io #89

Closed pbrkr closed 1 year ago

pbrkr commented 1 year ago

This deployment process has been tested on my GitHub account using an extra commit to change the destination repo and not push to Docker Hub: https://github.com/pbrkr/yocto-dockerfiles/commit/74021a4badb7d9b447d4a577901da7bc75c54b98

The action results are all good there: https://github.com/pbrkr/yocto-dockerfiles/actions/runs/3928894387

And the containers are visible within my user account: https://github.com/pbrkr/yocto-dockerfiles/pkgs/container/yocto/versions

This should work when merged to the main yocto-dockerfiles repo but deployments are one of those things that's not possible to perfectly test before merging. Please ping me on IRC before merging this so we can check the results and I can jump in and fix things if there is an issue.

Once this deployment process is confirmed working for yocto-dockerfiles I'll move on to looking at the other repositories.