mirror of
https://gitea.com/docker/setup-qemu-action.git
synced 2024-11-21 17:09:32 +01:00
commit
70e437418b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
|
@ -22,4 +22,6 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Validate
|
||||
run: docker buildx bake validate
|
||||
uses: docker/bake-action@v1
|
||||
with:
|
||||
targets: validate
|
||||
|
|
Loading…
Reference in a new issue