From 92082c1fec84e35da362e19aff7485047703118d Mon Sep 17 00:00:00 2001 From: Zeke Mostov Date: Wed, 21 Feb 2024 16:31:21 -0500 Subject: [PATCH] use different oci archive image names --- .github/workflows/stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index b3220794..a8498293 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -107,7 +107,7 @@ jobs: ghcr.io for image in ${images}; do skopeo copy --all \ - "oci-archive:./${image}.oci.x86_64.tar/${image}.oci.x86_64.tar" \ + "oci-archive:./${image}.tar/${image}.tar" \ "docker://ghcr.io/tkhq/${image}:sha-${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}" for tag in ${tags}; do skopeo copy --all \