Skip to content

Commit 70e4374

Browse files
authored
Merge pull request #20 from crazy-max/bake-action
Use bake action
2 parents 65def88 + 75f1b3c commit 70e4374

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ jobs:
2222
uses: actions/checkout@v2
2323
-
2424
name: Validate
25-
run: docker buildx bake validate
25+
uses: docker/bake-action@v1
26+
with:
27+
targets: validate

0 commit comments

Comments
 (0)