From 2d6689a31b8c11e1cda501a390c79526aad0e8c5 Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Thu, 4 Jul 2024 12:58:02 +0100 Subject: [PATCH] Update .github/workflows/containers-ghcr.yml Co-authored-by: Eddy Ashton --- .github/workflows/containers-ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containers-ghcr.yml b/.github/workflows/containers-ghcr.yml index e4a10e07cbd6..27141558102e 100644 --- a/.github/workflows/containers-ghcr.yml +++ b/.github/workflows/containers-ghcr.yml @@ -53,7 +53,7 @@ jobs: uses: docker/metadata-action@v5 with: images: ${{ steps.tref.outputs.img_name }} - if: ${{ steps.tref.outputs.major_release == '5'}} + if: ${{ steps.tref.outputs.major_release >= '5'}} - name: Build and push container id: push