From 6048aee1f733733bae05c36a690a01b3f6d4d5b1 Mon Sep 17 00:00:00 2001 From: Pranc1ngPegasus Date: Sat, 26 Aug 2023 16:21:33 +0900 Subject: [PATCH] chore: add image tags for semver --- .github/workflows/push.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index c725989..5ea08ad 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -24,6 +24,9 @@ jobs: tags: | type=raw,value=latest type=semver,pattern={{version}} + type=semver,pattern={{major}} + type=semver,pattern={{major}}.{{minor}} + type=semver,pattern={{major}}.{{minor}}.{{patch}} type=sha,format=short,prefix= - name: Login GitHub Packages uses: docker/login-action@v2.2.0