mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 08:20:50 +00:00
bugfix: include --metadata-file in the build.sh that was accidently removed
This commit is contained in:
@@ -105,6 +105,7 @@ fi
|
|||||||
# --push will push all tags automatically
|
# --push will push all tags automatically
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--platform linux/amd64 \
|
--platform linux/amd64 \
|
||||||
|
--metadata-file $METADATA_FILE \
|
||||||
--build-arg GIT_COMMIT=$GIT_COMMIT \
|
--build-arg GIT_COMMIT=$GIT_COMMIT \
|
||||||
--cache-from type=registry,ref=$BUILDCACHE_IMAGE \
|
--cache-from type=registry,ref=$BUILDCACHE_IMAGE \
|
||||||
--cache-to type=registry,ref=$BUILDCACHE_IMAGE,mode=max \
|
--cache-to type=registry,ref=$BUILDCACHE_IMAGE,mode=max \
|
||||||
|
|||||||
Reference in New Issue
Block a user