Skip to content
This repository was archived by the owner on Dec 21, 2025. It is now read-only.

Commit 35fa201

Browse files
authored
Merge pull request #124 from crazy-max/bake-v6
ci: update bake-action to v6
2 parents 679477e + da0f369 commit 35fa201

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
# required to push to GHCR
3434
packages: write
3535
steps:
36-
-
37-
name: Checkout
38-
uses: actions/checkout@v4
3936
-
4037
name: Docker meta
4138
id: meta
@@ -75,11 +72,11 @@ jobs:
7572
password: ${{ secrets.GITHUB_TOKEN }}
7673
-
7774
name: Build
78-
uses: docker/bake-action@v5
75+
uses: docker/bake-action@v6
7976
with:
8077
files: |
8178
./docker-bake.hcl
82-
${{ steps.meta.outputs.bake-file }}
79+
cwd://${{ steps.meta.outputs.bake-file }}
8380
targets: image-all
8481
push: ${{ github.event_name != 'pull_request' }}
8582
-

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
uses: docker/setup-buildx-action@v3
3838
-
3939
name: Build
40-
uses: docker/bake-action@v5
40+
uses: docker/bake-action@v6
4141
with:
42+
source: .
4243
targets: image-local
4344
env:
4445
DEFAULT_TAG: ${{ env.BUILD_TAG }}

0 commit comments

Comments
 (0)