From 90e425bdd7d9280e6e32c00952f3b94f497241f5 Mon Sep 17 00:00:00 2001 From: Lukas Prettenthaler Date: Tue, 21 Jun 2022 16:56:05 +0200 Subject: [PATCH] update gh actions --- .github/workflows/bridge.yml | 3 +++ .github/workflows/multiarch.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/bridge.yml b/.github/workflows/bridge.yml index 2b8cd56..4f34a8c 100644 --- a/.github/workflows/bridge.yml +++ b/.github/workflows/bridge.yml @@ -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 diff --git a/.github/workflows/multiarch.yml b/.github/workflows/multiarch.yml index d15f746..59bd0b9 100644 --- a/.github/workflows/multiarch.yml +++ b/.github/workflows/multiarch.yml @@ -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