Skip to content

Commit

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

Bump docker/bake-action from 2 to 3
  • Loading branch information
crazy-max committed Apr 18, 2023
2 parents 2686130 + 97dc5fc commit ce91c05
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,7 +18,7 @@ jobs:
uses: actions/checkout@v3
-
name: Run
uses: docker/bake-action@v2
uses: docker/bake-action@v3
with:
targets: validate

Expand All @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v3
-
name: Run
uses: docker/bake-action@v2
uses: docker/bake-action@v3
with:
targets: test
-
Expand Down

0 comments on commit ce91c05

Please sign in to comment.