From 7d15b55d1aba3e29e9990a5a47a33e5216064d5b Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Thu, 14 Sep 2023 03:41:35 +0200 Subject: build: also tag Docker image as 'latest' --- docker/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 docker buildx build . \ --platform linux/amd64,linux/arm64 \ - --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" \ + --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" \ --label 'org.opencontainers.image.source=https://github.com/graphs4value/refinery' \ --label 'org.opencontainers.image.description=Refinery: an efficient graph solver for generating well-formed models' \ --label 'org.opencontainers.image.licenses=EPL-2.0' -- cgit v1.2.3-54-g00ecf