aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-09-14 03:41:35 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-09-14 03:43:26 +0200
commit7d15b55d1aba3e29e9990a5a47a33e5216064d5b (patch)
treea61121c9fb45bc71625c82ef005b14d681e63faa /docker
parentfeat: specify random seed for generation (diff)
downloadrefinery-7d15b55d1aba3e29e9990a5a47a33e5216064d5b.tar.gz
refinery-7d15b55d1aba3e29e9990a5a47a33e5216064d5b.tar.zst
refinery-7d15b55d1aba3e29e9990a5a47a33e5216064d5b.zip
build: also tag Docker image as 'latest'
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/build.sh b/docker/build.sh
index 5e0c2425..76970617 100755
--- a/docker/build.sh
+++ b/docker/build.sh
@@ -33,7 +33,7 @@ rm -rf dist
33 33
34docker buildx build . \ 34docker buildx build . \
35 --platform linux/amd64,linux/arm64 \ 35 --platform linux/amd64,linux/arm64 \
36 --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" \ 36 --output "type=image,name=ghcr.io/graphs4value/refinery:${refinery_version},name=ghcr.io/graphs4value/refinery:latest,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" \
37 --label 'org.opencontainers.image.source=https://github.com/graphs4value/refinery' \ 37 --label 'org.opencontainers.image.source=https://github.com/graphs4value/refinery' \
38 --label 'org.opencontainers.image.description=Refinery: an efficient graph solver for generating well-formed models' \ 38 --label 'org.opencontainers.image.description=Refinery: an efficient graph solver for generating well-formed models' \
39 --label 'org.opencontainers.image.licenses=EPL-2.0' 39 --label 'org.opencontainers.image.licenses=EPL-2.0'