1
0
Fork 0
mirror of https://github.com/docker/login-action.git synced 2025-03-31 12:10:05 +02:00

Merge pull request #9 from Studio-Hardware/dependabot/github_actions/docker/bake-action-2

Bump docker/bake-action from 1 to 2
This commit is contained in:
Systems Units 2022-05-28 01:16:22 +03:00 committed by GitHub
commit 659e57f4a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,12 +19,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
-