Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -165,6 +165,7 @@ jobs:
|
||||
echo "Building $IMAGE_FULL with tags: $TAG_ARGS"
|
||||
docker buildx build \
|
||||
--platform linux/amd64 \
|
||||
--target production \
|
||||
-f "$DOCKERFILE" \
|
||||
$TAG_ARGS \
|
||||
--cache-from type=registry,ref="$IMAGE_FULL:buildcache" \
|
||||
|
||||
Reference in New Issue
Block a user