Merge pull request #20 from crazy-max/bake-action

Use bake action
This commit is contained in:
CrazyMax 2021-02-13 12:10:11 +01:00 committed by GitHub
commit 70e437418b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,4 +22,6 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- -
name: Validate name: Validate
run: docker buildx bake validate uses: docker/bake-action@v1
with:
targets: validate