aboutsummaryrefslogtreecommitdiffstats
path: root/docker/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/build.sh')
-rwxr-xr-xdocker/build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/docker/build.sh b/docker/build.sh
index a8c2aeaa..5c25bb5f 100755
--- a/docker/build.sh
+++ b/docker/build.sh
@@ -34,5 +34,4 @@ docker buildx build . \
34 --output "type=image,name=ghcr.io/graphs4value/refinery:${refinery_version},push=true,annotation-index.org.opencontainers.image.source=https://github.com/graphs4value/refinery,annotation-index.org.opencontainers.image.description=Refinery: an efficient graph solver for generating well-formed models,annotation-index.org.opencontainers.image.licenses=EPL-2.0" \ 34 --output "type=image,name=ghcr.io/graphs4value/refinery:${refinery_version},push=true,annotation-index.org.opencontainers.image.source=https://github.com/graphs4value/refinery,annotation-index.org.opencontainers.image.description=Refinery: an efficient graph solver for generating well-formed models,annotation-index.org.opencontainers.image.licenses=EPL-2.0" \
35 --label 'org.opencontainers.image.source=https://github.com/graphs4value/refinery' \ 35 --label 'org.opencontainers.image.source=https://github.com/graphs4value/refinery' \
36 --label 'org.opencontainers.image.description=Refinery: an efficient graph solver for generating well-formed models' \ 36 --label 'org.opencontainers.image.description=Refinery: an efficient graph solver for generating well-formed models' \
37 --label 'org.opencontainers.image.licenses=EPL-2.0' \ 37 --label 'org.opencontainers.image.licenses=EPL-2.0'
38 --push