Skip to content

Commit

Permalink
Merge pull request #57 from dagger/dependabot/github_actions/docker/b…
Browse files Browse the repository at this point in the history
…ake-action-2

Bump docker/bake-action from 1 to 2
  • Loading branch information
crazy-max authored May 6, 2022
2 parents 6b63f0f + 36a9f32 commit 4c4648c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
fetch-depth: 0
-
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
-
Expand Down

0 comments on commit 4c4648c

Please sign in to comment.