From 26199100dc037e6bfc0fdf063493868e5f9d3a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Bani=C4=87?= Date: Thu, 13 Apr 2023 11:02:23 +0200 Subject: [PATCH] Update tags --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 686a92c..e541310 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,11 +45,12 @@ jobs: ${{ secrets.DOCKER_USERNAME }}/jellyplex-watched,enable=${{ secrets.DOCKER_USERNAME != '' }} ghcr.io/${{ github.repository_owner }}/jellyplex-watched tags: | - type=raw,value=${{ matrix.variant }},enable={{is_default_branch}} + type=raw,value=latest,enable=${{ matrix.variant == 'alpine' }} + type=raw,value=latest,suffix=-${{ matrix.variant }},enable={{ is_default_branch }} type=ref,event=branch,suffix=-${{ matrix.variant }} type=ref,event=pr,suffix=-${{ matrix.variant }} - type=semver,pattern={{version}},suffix=-${{ matrix.variant }} - type=semver,pattern={{major}}.{{minor}},suffix=-${{ matrix.variant }} + type=semver,pattern={{ version }},suffix=-${{ matrix.variant }} + type=semver,pattern={{ major }}.{{ minor }},suffix=-${{ matrix.variant }} type=sha,suffix=-${{ matrix.variant }} - name: Set up QEMU