Commit Graph

9 Commits (ac44298299a94ec8c306f03155a041dd3846a251)

Author SHA1 Message Date
Hubbe 9750cbd728 Set ghcr.io username to user triggering the build
This should hopefully make pushes work in PRs? I'm grasping at straws at this point.
HubbeKing 949b3941ec Switch back to just using a shell script. Should be more sane and easier to debug.
HubbeKing b5b7649960 Use a separate step to generate image tag
HubbeKing 4e71d2ae75 Hopefully finally fix tag syntax
HubbeKing c217022189 Fix workflow file syntax
- &&, not and
- actually add 'push: true' to last step
HubbeKing 87b21c0814 Correct tag syntax and only push latest on a push to master
HubbeKing 4fe27d556a Use a build-job matrix so components can be built in parallel
Hubbe 7312eda8c4 Use ghcr.io repository
Hubbe 034893ffd2 Port travis config to github actions