Bump all Docker actions to latest major

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-05-05 19:24:32 +02:00
parent e551b19e49
commit dda70725ed
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
18 changed files with 106 additions and 106 deletions

View file

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