mirror of
https://github.com/docker/setup-qemu-action.git
synced 2024-11-05 19:55:40 +01:00
Use bake action
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
65def88964
commit
75f1b3cab5
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 New Issue
Block a user