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 a99ddc1 commit b4d8fceCopy full SHA for b4d8fce
.github/workflows/build-alpine-netboot-image-zfs.yml
@@ -14,6 +14,10 @@ jobs:
14
run: |
15
podman run -it --rm -v $(pwd):/root/workdir alpine sh /root/workdir/build-alpine-netboot-zfs.sh
16
17
+ - name: Patch alpine image
18
+ run: |
19
+ ./patch-alpine-netboot-image-with-zfs.sh
20
+
21
- name: Publish alpine netboot image artifact
22
uses: actions/upload-artifact@v3
23
with:
0 commit comments