Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use bake action
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed Feb 13, 2021
1 parent 65def88 commit 75f1b3c
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 75f1b3c

Please sign in to comment.