mirror of
https://github.com/zyclonite/zerotier-docker.git
synced 2024-12-12 09:20:55 +01:00
update gh actions
This commit is contained in:
parent
e238c36f28
commit
90e425bdd7
3
.github/workflows/bridge.yml
vendored
3
.github/workflows/bridge.yml
vendored
@ -73,6 +73,9 @@ jobs:
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
|
||||
- name: Setup podman and buildah
|
||||
uses: zyclonite/setup-podman@v1
|
||||
|
||||
- name: Import images
|
||||
run: |
|
||||
podman load -i ./image-amd64/image.tar
|
||||
|
3
.github/workflows/multiarch.yml
vendored
3
.github/workflows/multiarch.yml
vendored
@ -64,6 +64,9 @@ jobs:
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
|
||||
- name: Setup podman and buildah
|
||||
uses: zyclonite/setup-podman@v1
|
||||
|
||||
- name: Import images
|
||||
run: |
|
||||
podman load -i ./image-amd64/image.tar
|
||||
|
Loading…
Reference in New Issue
Block a user