Skip to content

Commit 055cadd

Browse files
committed
don't cache the iso
1 parent c1ddfd6 commit 055cadd

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

.github/workflows/build-ova.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,10 @@ jobs:
4848
with:
4949
version: latest
5050

51-
- name: Cache ISO
52-
uses: actions/cache@v4
53-
with:
54-
path: ova/ubuntu-24.04.4-live-server-amd64.iso
55-
key: ubuntu-24.04.4-live-server-amd64-iso
56-
57-
- name: Download ISO (if not cached)
51+
- name: Download ISO
5852
run: |
59-
if [ ! -f ubuntu-24.04.4-live-server-amd64.iso ]; then
60-
curl -fL -o ubuntu-24.04.4-live-server-amd64.iso \
61-
https://releases.ubuntu.com/24.04.4/ubuntu-24.04.4-live-server-amd64.iso
62-
fi
53+
curl -fL -o ubuntu-24.04.4-live-server-amd64.iso \
54+
https://releases.ubuntu.com/24.04.4/ubuntu-24.04.4-live-server-amd64.iso
6355
6456
- name: Packer init
6557
run: packer init defguard.pkr.hcl

0 commit comments

Comments
 (0)