Skip to content

Commit 2496ecd

Browse files
Update release workflow
Signed-off-by: Arnob Kumar Saha <[email protected]>
1 parent 89ee483 commit 2496ecd

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
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
build:
1717
name: Build
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-24.04
1919
steps:
2020
- uses: actions/checkout@v1
2121

@@ -26,10 +26,12 @@ jobs:
2626
2727
- name: Set up QEMU
2828
id: qemu
29-
uses: docker/setup-qemu-action@v1
29+
uses: docker/setup-qemu-action@v3
30+
with:
31+
cache-image: false
3032

3133
- name: Set up Docker Buildx
32-
uses: docker/setup-buildx-action@v1
34+
uses: docker/setup-buildx-action@v3
3335

3436
- name: Log in to the GitHub Container registry
3537
uses: docker/login-action@v2

0 commit comments

Comments
 (0)