-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
bugSomething isn't workingSomething isn't working
Description
It looks like every release is supposed to push a container to ghcr.io, but this doesn't seem to be available at ghcr.io/spdx/tools-java (or ghcr.io/spdx/tools-java/tools-java):
$ docker run --rm -it ghcr.io/spdx/tools-java/tools-java:v2.0.4
Unable to find image 'ghcr.io/spdx/tools-java/tools-java:v2.0.4' locally
docker: Error response from daemon: unknown: failed to resolve reference "ghcr.io/spdx/tools-java/tools-java:v2.0.4": unexpected status from HEAD request to https://ghcr.io/v2/spdx/tools-java/tools-java/manifests/v2.0.4: 403 Forbidden
I suspect it's supposed to be published to ghcr.io/spdx/tools-java, but isn't working due to the additional path segment of /tools-java.
I think this line should probably omit the /tools-java and defer to the repository name set here.
I don't know if there are permission issues on the organization preventing these from being available -- there are no containers in the org, but if it's a path issue I'm happy to submit a PR.
bact
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working