mirror of
https://github.com/zyclonite/zerotier-docker.git
synced 2024-12-04 21:40:43 +01:00
upgrade gh actions
This commit is contained in:
parent
5548308e01
commit
2686599248
4
.github/workflows/multiarch.yml
vendored
4
.github/workflows/multiarch.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
|||||||
run: podman save -o /tmp/image.tar ${{ env.IMAGE_NAME }}:${{ matrix.platform.tag }}
|
run: podman save -o /tmp/image.tar ${{ env.IMAGE_NAME }}:${{ matrix.platform.tag }}
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: image-${{ matrix.platform.tag }}
|
name: image-${{ matrix.platform.tag }}
|
||||||
path: /tmp/image.tar
|
path: /tmp/image.tar
|
||||||
@ -63,7 +63,7 @@ jobs:
|
|||||||
environment: production
|
environment: production
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
|
|
||||||
- name: Setup podman and buildah
|
- name: Setup podman and buildah
|
||||||
uses: zyclonite/setup-podman@v1
|
uses: zyclonite/setup-podman@v1
|
||||||
|
4
.github/workflows/router.yml
vendored
4
.github/workflows/router.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
|||||||
run: podman save -o /tmp/image.tar ${{ env.IMAGE_NAME }}:${{ matrix.platform.tag }}
|
run: podman save -o /tmp/image.tar ${{ env.IMAGE_NAME }}:${{ matrix.platform.tag }}
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: image-${{ matrix.platform.tag }}
|
name: image-${{ matrix.platform.tag }}
|
||||||
path: /tmp/image.tar
|
path: /tmp/image.tar
|
||||||
@ -72,7 +72,7 @@ jobs:
|
|||||||
environment: production
|
environment: production
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
|
|
||||||
- name: Setup podman and buildah
|
- name: Setup podman and buildah
|
||||||
uses: zyclonite/setup-podman@v1
|
uses: zyclonite/setup-podman@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user