1
0
Fork 0
mirror of https://github.com/docker/login-action.git synced 2025-04-24 07:36:36 +02:00

ci: split validate and test workflow

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-02-21 09:52:55 +01:00
parent ec9cdf07d5
commit eb81c74b31
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 41 additions and 8 deletions

View file

@ -6,9 +6,6 @@ on:
- 'master'
- 'releases/v*'
pull_request:
branches:
- 'master'
- 'releases/v*'
jobs:
test:
@ -17,11 +14,6 @@ jobs:
-
name: Checkout
uses: actions/checkout@v3
-
name: Validate
uses: docker/bake-action@v2
with:
targets: validate
-
name: Test
uses: docker/bake-action@v2