Skip to content

Commit 1cfdf63

Browse files
Publish alpine netboot image artifact
1 parent 0c895bc commit 1cfdf63

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-alpine-netboot-image-zfs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ jobs:
1313
- name: Build alpine image
1414
run: |
1515
podman run -it --rm -v $(pwd):/root/workdir alpine sh /root/workdir/build-alpine-netboot-zfs.sh
16+
17+
- name: Publish alpine netboot image artifact
18+
uses: actions/upload-artifact@v3
19+
with:
20+
name: alpine-netboot-image
21+
path: iso/*

0 commit comments

Comments
 (0)