mirror of
https://github.com/docker/bake-action.git
synced 2025-12-30 01:31:20 +01:00
Enhance workflow
This commit is contained in:
9
.github/workflows/validate.yml
vendored
9
.github/workflows/validate.yml
vendored
@@ -5,13 +5,10 @@ on:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'releases/v*'
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'master'
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'releases/v*'
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
@@ -22,4 +19,6 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Validate
|
||||
run: docker buildx bake validate
|
||||
uses: docker/bake-action@v1
|
||||
with:
|
||||
targets: validate
|
||||
|
||||
Reference in New Issue
Block a user