MGlolenstine / gtk4-cross

A Docker container for cross-compiling gtk4 programs to Windows.
58 stars 12 forks source link

Publish also to github container registry #5

Closed 13hannes11 closed 2 years ago

13hannes11 commented 2 years ago

I think it would be good to have the images not only published on Dockerhub but also on the Github container registry.

MGlolenstine commented 2 years ago

I haven't used the Github container registry yet, but I do agree that it should be nice to have them somewhere else as well.

I'll look into it.

13hannes11 commented 2 years ago

I have one script that already pushes to the Github container registry, maybe this can be a starting point:

https://github.com/13hannes11/ics-proxy/blob/main/.github/workflows/build-push-tagged.yml

MGlolenstine commented 2 years ago

Would this work for you? https://github.com/users/mglolenstine/packages/container/package/gtk4-cross

13hannes11 commented 2 years ago

Yes perfect!