Bump Docker actions to latest major

This commit is contained in:
CrazyMax 2022-05-17 01:36:25 +02:00
parent 54ced3d059
commit a4c77c24d7
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -19,12 +19,12 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- -
name: Validate name: Validate
uses: docker/bake-action@v1 uses: docker/bake-action@v2
with: with:
targets: validate targets: validate
- -
name: Test name: Test
uses: docker/bake-action@v1 uses: docker/bake-action@v2
with: with:
targets: test targets: test
- -