Skip to content

Commit

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

Bump docker/bake-action from 3 to 4
  • Loading branch information
crazy-max authored Dec 18, 2023
2 parents de20bfd + 8b75d79 commit 085540e
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@v3
uses: docker/bake-action@v4
with:
targets: base
set: |
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build
uses: docker/bake-action@v3
uses: docker/bake-action@v4
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@v3
uses: docker/bake-action@v4
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@v3
uses: docker/bake-action@v4
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@v3
uses: docker/bake-action@v4
with:
targets: artifact-all
provenance: false
-
name: Release
uses: docker/bake-action@v3
uses: docker/bake-action@v4
with:
targets: release
provenance: false
Expand Down

0 comments on commit 085540e

Please sign in to comment.