Skip to content

Commit b043368

Browse files
maks2134ndeloof
authored andcommitted
Update docker/github-builder to v1.4.0
Fixes template validation error in CI by updating to latest stable version of docker/github-builder workflow. This resolves the JToken parsing error in bake.yml@v1 that was causing bin-image-test to fail. Signed-off-by: maks2134 <maks210306@yandex.by>
1 parent c7e8896 commit b043368

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
make ${{ matrix.target }}
4646
4747
binary:
48-
uses: docker/github-builder/.github/workflows/bake.yml@v1
48+
uses: docker/github-builder/.github/workflows/bake.yml@v1.4.0
4949
permissions:
5050
contents: read # same as global permission
5151
id-token: write # for signing attestation(s) with GitHub OIDC Token
@@ -111,7 +111,7 @@ jobs:
111111

112112
bin-image-test:
113113
if: github.event_name == 'pull_request'
114-
uses: docker/github-builder/.github/workflows/bake.yml@v1
114+
uses: docker/github-builder/.github/workflows/bake.yml@v1.4.0
115115
with:
116116
runner: amd64
117117
target: image-cross

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- run: echo "Exposing env vars for reusable workflow"
8484

8585
bin-image:
86-
uses: docker/github-builder/.github/workflows/bake.yml@v1
86+
uses: docker/github-builder/.github/workflows/bake.yml@v1.4.0
8787
needs:
8888
- bin-image-prepare
8989
permissions:

0 commit comments

Comments
 (0)