Skip to content

Commit d269c02

Browse files
committed
ci: build examples through bake
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
1 parent 755ae39 commit d269c02

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,9 +417,7 @@ jobs:
417417
docker buildx bake test
418418
- name: Build go-md2man example in docs
419419
run: |
420-
version=$(cat docs/examples/go-md2man.yml | yq .version)
421-
docker build -t go-md2man:$version -f docs/examples/go-md2man.yml --target=azlinux3/rpm --output=_output .
422-
docker build -t go-md2man:$version -f docs/examples/go-md2man.yml --target=azlinux3 .
420+
docker buildx bake examples
423421
- name: dump logs
424422
if: failure()
425423
id: dump-logs

docs/examples/go-md2man.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# syntax=local/dalec/frontend:latest
21
# syntax=ghcr.io/project-dalec/dalec/frontend:latest
32

43
name: go-md2man

0 commit comments

Comments
 (0)