Skip to content

ci: fix publish-cloudflared buildctl dockerfile local path - #26

Merged
surrealwolf merged 1 commit into
mainfrom
fix/publish-cloudflared-buildctl-dockerfile-local
Mar 29, 2026
Merged

ci: fix publish-cloudflared buildctl dockerfile local path#26
surrealwolf merged 1 commit into
mainfrom
fix/publish-cloudflared-buildctl-dockerfile-local

Conversation

@surrealwolf

Copy link
Copy Markdown
Collaborator

Problem

The publish-cloudflared GitLab job uses BuildKit buildctl with --local dockerfile=./cloudflare/Dockerfile. The dockerfile local must be a directory containing Dockerfile, not the file path (same as the main publish job: --local dockerfile=.).

Change

  • --local dockerfile=./cloudflare (directory containing cloudflare/Dockerfile)

Ref

Fixes failing publish-cloudflared on tagged pipelines (e.g. GitLab job publish-cloudflared).

Made with Cursor

buildctl --local dockerfile expects a directory containing Dockerfile,
not ./cloudflare/Dockerfile. Matches the main publish job pattern
(--local dockerfile=.).

Fixes GitLab job publish-cloudflared failing on tagged pipelines.

Made-with: Cursor
@surrealwolf
surrealwolf merged commit 5e3ac6d into main Mar 29, 2026
3 checks passed
@surrealwolf
surrealwolf deleted the fix/publish-cloudflared-buildctl-dockerfile-local branch March 29, 2026 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant