Files
test_build/.gitea/workflows/build.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 1: cannot unmarshal !!seq into model.Workflow
Bensch 4d7f91b116 init
2026-02-24 13:52:32 +00:00

10 lines
284 B
YAML

- name: Build via remote BuildKit
run: |
buildctl \
--addr tcp://buildkit.default.svc.cluster.local:1234 \
build \
--frontend dockerfile.v0 \
--local context=. \
--local dockerfile=. \
--output type=image,name=registry/myapp:latest,push=true