Bump all Docker actions to latest major

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
CrazyMax 2022-05-05 19:24:32 +02:00 committed by GitHub
commit 22867c60cf
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
-