We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c24ee86 + d232567 commit 90ec23fCopy full SHA for 90ec23f
.github/workflows/job-test-in-container.yml
@@ -81,6 +81,8 @@ jobs:
81
docker run --privileged --rm tonistiigi/binfmt --install linux/arm/v7
82
- if: ${{ inputs.canary }}
83
name: "Init (canary): prepare updated test image"
84
+ env:
85
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
86
run: |
87
. ./hack/build-integration-canary.sh
88
canary::build::integration
.github/workflows/release.yml
@@ -33,6 +33,8 @@ jobs:
33
go-version: "1.24"
34
check-latest: true
35
- name: "Compile binaries"
36
37
38
run: make artifacts
39
- name: "SHA256SUMS"
40
0 commit comments