update gh actions

This commit is contained in:
Lukas Prettenthaler 2022-06-21 16:56:05 +02:00
parent e238c36f28
commit 90e425bdd7
No known key found for this signature in database
GPG Key ID: 58E5A82932BCE65D
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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