From 5fb99b69a2c5c0a6c9b582f93bff0b00bb090b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jann=20M=C3=BCller?= Date: Wed, 8 Jan 2025 11:34:36 +0100 Subject: [PATCH] podman importgit add .github/! --- .github/workflows/ci-oci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-oci.yaml b/.github/workflows/ci-oci.yaml index 5f55527..b60dec0 100644 --- a/.github/workflows/ci-oci.yaml +++ b/.github/workflows/ci-oci.yaml @@ -64,7 +64,7 @@ jobs: - name: Publish image with podman run: | ./result/bin/copy-to oci-archive:oci.tar - podman save oci.tar ghcr.io/input-output-hk/wst-test - podman push ghcr.io/input-output-hk/wst-test + podman import oci.tar ghcr.io/input-output-hk/wst-test:unstable + podman push ghcr.io/input-output-hk/wst-test:unstable