We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ddfd6 commit 055caddCopy full SHA for 055cadd
1 file changed
.github/workflows/build-ova.yml
@@ -48,18 +48,10 @@ jobs:
48
with:
49
version: latest
50
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)
+ - name: Download ISO
58
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
+ curl -fL -o ubuntu-24.04.4-live-server-amd64.iso \
+ https://releases.ubuntu.com/24.04.4/ubuntu-24.04.4-live-server-amd64.iso
63
64
- name: Packer init
65
run: packer init defguard.pkr.hcl
0 commit comments