Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,11 @@ publish-cloudflared:
OUTPUT_FLAGS="$OUTPUT_FLAGS --output type=image,name=$HARBOR_REGISTRY/$HARBOR_PROJECT/cloudflared-tunnel:$CI_COMMIT_TAG,push=true"
fi

# buildctl --local dockerfile must be a directory containing Dockerfile, not the file path
buildctl-daemonless.sh build \
--frontend dockerfile.v0 \
--local context=./cloudflare \
--local dockerfile=./cloudflare/Dockerfile \
--local dockerfile=./cloudflare \
$OUTPUT_FLAGS

echo "Pushed cloudflared-tunnel to $CLOUDFLARED_IMAGE"
Expand Down
Loading