TopQuadrant / shacl

SHACL API in Java based on Apache Jena
Apache License 2.0
215 stars 61 forks source link

job build-and-push-image: fix step "Get release version" #168

Closed jmkeil closed 3 months ago

jmkeil commented 4 months ago

This PR fixes the Docker Image build pipeline, which currently fails if running for a release: https://github.com/TopQuadrant/shacl/actions/runs/8158088088/job/22299199531#step:6:1

Please consider making an immediate hot-fix release (1.4.4) after merging, to make the docker image available.

ashleycaselli commented 3 months ago

Hey @jmkeil, thanks for the fix! Unfortunately, we can't make the docker image available because we can't access the group (TQ) privacy settings (the packages inherit privileges from there). As a temporary workaround, you can use the image built in my fork (https://github.com/ashleycaselli/shacl/pkgs/container/shacl). I'll keep that in sync with this repo.

jmkeil commented 3 months ago

Thanks.