Skip to content

Commit

Permalink
Merge pull request #290 from crazy-max/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/bake-action-3

Bump docker/bake-action from 2 to 3
  • Loading branch information
crazy-max authored May 5, 2023
2 parents f77e68c + 019377f commit 2baa9c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: docker/setup-buildx-action@v2
-
name: Validate
uses: docker/bake-action@v2
uses: docker/bake-action@v3
with:
targets: ${{ matrix.target }}

Expand All @@ -72,7 +72,7 @@ jobs:
uses: docker/setup-buildx-action@v2
-
name: Test
uses: docker/bake-action@v2
uses: docker/bake-action@v3
with:
targets: test
pull: true
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
uses: docker/setup-buildx-action@v2
-
name: Build
uses: docker/bake-action@v2
uses: docker/bake-action@v3
with:
targets: artifact
pull: true
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
uses: docker/setup-buildx-action@v2
-
name: Build
uses: docker/bake-action@v2
uses: docker/bake-action@v3
with:
targets: release
-
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build
uses: docker/bake-action@v2
uses: docker/bake-action@v3
with:
files: |
./docker-bake.hcl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: docker/setup-buildx-action@v2
-
name: Build docs
uses: docker/bake-action@v2
uses: docker/bake-action@v3
with:
targets: docs
-
Expand Down

0 comments on commit 2baa9c6

Please sign in to comment.