mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 06:20:44 +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
|
||||
docker buildx build \
|
||||
--platform linux/amd64 \
|
||||
--metadata-file $METADATA_FILE \
|
||||
--build-arg GIT_COMMIT=$GIT_COMMIT \
|
||||
--cache-from type=registry,ref=$BUILDCACHE_IMAGE \
|
||||
--cache-to type=registry,ref=$BUILDCACHE_IMAGE,mode=max \
|
||||
|
||||
Reference in New Issue
Block a user