Skip to content

Commit 5eec933

Browse files
committed
Test against k8s 1.34
Signed-off-by: 1gtm <[email protected]>
1 parent 69ac298 commit 5eec933

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,18 @@ on:
99
jobs:
1010
build:
1111
name: Build
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: actions/checkout@v1
1515

1616
- name: Set up QEMU
1717
id: qemu
18-
uses: docker/setup-qemu-action@v1
18+
uses: docker/setup-qemu-action@v3
19+
with:
20+
cache-image: false
1921

2022
- name: Set up Docker Buildx
21-
uses: docker/setup-buildx-action@v1
23+
uses: docker/setup-buildx-action@v3
2224

2325
- name: Log in to the Container registry
2426
uses: docker/login-action@v2

0 commit comments

Comments
 (0)