Commit graph

4 commits

Author SHA1 Message Date
Gerald Pinder
d7a9b8115f
fix: Install script not working as intended (#15)
Related to https://github.com/blue-build/github-action/issues/5
2024-01-26 16:12:45 -05:00
xyny
42d879a6e5
chore: use GHCR for install.sh (#11)
Trying to make the action install the binary from the container on GHCR
with `podman run --rm ghcr.io/blue-build/cli:main-installer | sudo bash`
(like in the README). Getting some error and this _might_ be related and
might not, but shouldn't hurt to merge either, since I just made the
`cli` package public.

---------

Co-authored-by: Gerald Pinder <gmpinder@gmail.com>
2024-01-24 17:27:51 -05:00
Gerald Pinder
f8dfc6b241 fix: Installer used wrong image tag 2024-01-13 22:35:23 -05:00
Gerald Pinder
eaeb79f329 feat: Local image rebasing 2024-01-14 03:02:35 +00:00