From a7244b126ff0d5b6303e1e72b6f375de7f93cd92 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Mon, 24 Mar 2025 09:04:34 -0700 Subject: [PATCH] Updated docker tag generation --- .github/workflows/ci-suite.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-suite.yaml b/.github/workflows/ci-suite.yaml index 23df869..bca67fc 100644 --- a/.github/workflows/ci-suite.yaml +++ b/.github/workflows/ci-suite.yaml @@ -134,9 +134,11 @@ jobs: with: images: ${{ env.DOCKER_HUB_USER }}/directory-lister tags: | - type=raw,value=latest + type=semver,pattern={{major}}.{{minor}}.{{patch}} + type=semver,pattern={{major}}.{{minor}} + type=semver,pattern={{major}} type=ref,event=tag - type=semver,pattern={{version}},value=stable + type=raw,value=latest - name: Build & Push Image uses: docker/build-push-action@v6