Skip to content

Commit

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

Bump docker/bake-action from 4 to 5
  • Loading branch information
crazy-max authored Jun 23, 2024
2 parents a25e6fa + 85cac62 commit fcf4da2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build base (cache only)
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: base
set: |
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
files: |
./docker-bake.hcl
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
driver: docker
-
name: Build xgo
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: image
set: |
Expand All @@ -51,7 +51,7 @@ jobs:
*.output=type=docker
-
name: Test ${{ matrix.case }} for go ${{ matrix.go_version }}
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: test-${{ matrix.case }}
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/xgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
uses: docker/setup-buildx-action@v3
-
name: Build artifacts
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: artifact-all
provenance: false
-
name: Release
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: release
provenance: false
Expand Down

0 comments on commit fcf4da2

Please sign in to comment.