From bc9f296e725e62ea9f8ea33658994d82bbaf5116 Mon Sep 17 00:00:00 2001 From: Patrick Stephens Date: Wed, 24 Jan 2024 10:18:12 +0200 Subject: [PATCH] workflows: update for new container tags Signed-off-by: Patrick Stephens --- .github/workflows/staging-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging-release.yaml b/.github/workflows/staging-release.yaml index 44dc75be236..daed8eb07a4 100644 --- a/.github/workflows/staging-release.yaml +++ b/.github/workflows/staging-release.yaml @@ -435,7 +435,7 @@ jobs: shell: bash - name: Promote container images from staging to GHCR.io - if: ${{ startsWith(github.event.inputs.version, '2.0') || startsWith(github.event.inputs.version, '2.1') || ! startsWith(matrix.tag, 'latest') }} + if: ${{ startsWith(github.event.inputs.version, '2.') || startsWith(github.event.inputs.version, '3.') || ! startsWith(matrix.tag, 'latest') }} run: | docker run --rm \ quay.io/skopeo/stable:latest \