mirror of
https://github.com/zyclonite/zerotier-docker.git
synced 2024-12-14 02:11:26 +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
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
|
|
||||||
|
- name: Setup podman and buildah
|
||||||
|
uses: zyclonite/setup-podman@v1
|
||||||
|
|
||||||
- name: Import images
|
- name: Import images
|
||||||
run: |
|
run: |
|
||||||
podman load -i ./image-amd64/image.tar
|
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
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
|
|
||||||
|
- name: Setup podman and buildah
|
||||||
|
uses: zyclonite/setup-podman@v1
|
||||||
|
|
||||||
- name: Import images
|
- name: Import images
|
||||||
run: |
|
run: |
|
||||||
podman load -i ./image-amd64/image.tar
|
podman load -i ./image-amd64/image.tar
|
||||||
|
Loading…
Reference in New Issue
Block a user