Skip to content

Commit 0bf414a

Browse files
Fix image build
Signed-off-by: Arnob Kumar Saha <[email protected]>
1 parent fa33b72 commit 0bf414a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Build
1818
runs-on: ubuntu-24.04
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v1
2121

2222
- name: Print version info
2323
id: semver
@@ -27,6 +27,8 @@ jobs:
2727
- name: Set up QEMU
2828
id: qemu
2929
uses: docker/setup-qemu-action@v3
30+
with:
31+
cache-image: false
3032

3133
- name: Set up Docker Buildx
3234
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)