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.
1 parent ed69c9a commit 853c73eCopy full SHA for 853c73e
.github/workflows/images.yaml
@@ -19,7 +19,7 @@ jobs:
19
fi
20
echo "push=${PUSH}" >> $GITHUB_OUTPUT
21
22
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
23
- uses: docker://quay.io/cilium/image-maker:e55375ca5ccaea76dc15a0666d4f57ccd9ab89de
24
name: Register binfmt from multi-platform builds
25
with:
.github/workflows/pr-checks.yaml
@@ -10,7 +10,7 @@ jobs:
10
name: Run static checks
11
runs-on: ubuntu-22.04
12
steps:
13
14
15
name: Run make lint
16
0 commit comments