From 34914ec1d609f6859896d4368b0bf22af4af7ca9 Mon Sep 17 00:00:00 2001 From: Maksim Nabokikh Date: Mon, 16 Feb 2026 09:18:07 +0100 Subject: [PATCH] Remove conditional for fetching image in workflow Removed conditional for fetching image based on publish input. Signed-off-by: Maksim Nabokikh --- .github/workflows/artifacts.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 492831b6..2ed3587b 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -144,7 +144,6 @@ jobs: - name: Fetch image run: skopeo --insecure-policy copy docker://${{ steps.image-ref.outputs.value }} docker-archive:image.tar - if: inputs.publish # Uncomment the following lines for debugging: # - name: Upload image as artifact