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.
2 parents 65def88 + 75f1b3c commit 70e4374Copy full SHA for 70e4374
.github/workflows/validate.yml
@@ -22,4 +22,6 @@ jobs:
22
uses: actions/checkout@v2
23
-
24
name: Validate
25
- run: docker buildx bake validate
+ uses: docker/bake-action@v1
26
+ with:
27
+ targets: validate
0 commit comments