Closed clementnuss closed 1 year ago
also one last point: you might need to change the package visibility once you're done building it. I've already had packages that were by default published as private packages.
edit: well it seems you stumbled upon something like that ! https://github.com/ahrtr/etcd-defrag/actions/runs/6393396273/job/17352549878#step:5:17
can you please verify whether you can pull the image?
docker pull ghcr.io/ahrtr/etcd-defrag:v0.4.0
🕙 16:13:31 ❯ docker run --rm ghcr.io/ahrtr/etcd-defrag:v0.4.0 --version
etcd-defrag Version: v0.4.0
Git SHA: b1e7e709ca00fa2b1c25012eedfadd58a7c3b2b9
Go Version: go1.20.8
Go OS/Arch: linux/arm64
perfect! thanks :)
thx
some doc, if you want to use that for the new container images:)