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 d6746cc commit bdaa8f7Copy full SHA for bdaa8f7
.github/workflows/release.yml
@@ -15,7 +15,7 @@ concurrency:
15
jobs:
16
build:
17
name: Build
18
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
19
steps:
20
- uses: actions/checkout@v1
21
@@ -26,10 +26,12 @@ jobs:
26
27
- name: Set up QEMU
28
id: qemu
29
- uses: docker/setup-qemu-action@v1
+ uses: docker/setup-qemu-action@v3
30
+ with:
31
+ cache-image: false
32
33
- name: Set up Docker Buildx
- uses: docker/setup-buildx-action@v1
34
+ uses: docker/setup-buildx-action@v3
35
36
- name: Log in to the GitHub Container registry
37
uses: docker/login-action@v2
0 commit comments