Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #20 from crazy-max/bake-action
Use bake action
  • Loading branch information
CrazyMax authored and GitHub committed Feb 13, 2021
2 parents 65def88 + 75f1b3c commit 70e4374
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate.yml
Expand Up @@ -22,4 +22,6 @@ jobs:
uses: actions/checkout@v2
-
name: Validate
run: docker buildx bake validate
uses: docker/bake-action@v1
with:
targets: validate

0 comments on commit 70e4374

Please sign in to comment.