We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755ae39 commit d269c02Copy full SHA for d269c02
2 files changed
.github/workflows/ci.yml
@@ -417,9 +417,7 @@ jobs:
417
docker buildx bake test
418
- name: Build go-md2man example in docs
419
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 .
+ docker buildx bake examples
423
- name: dump logs
424
if: failure()
425
id: dump-logs
docs/examples/go-md2man.yml
@@ -1,4 +1,3 @@
1
-# syntax=local/dalec/frontend:latest
2
# syntax=ghcr.io/project-dalec/dalec/frontend:latest
3
4
name: go-md2man
0 commit comments