From 74592c3718f196932200b240bd5222a435b130e6 Mon Sep 17 00:00:00 2001 From: Alex Vincent Date: Sat, 18 May 2024 06:24:27 +0200 Subject: [PATCH] F2calv/2024 05 addl image tagging (#38) * tag more builds * fix * revert --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e475ec..f266f3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,6 +39,8 @@ jobs: with: registry: ghcr.io/${{ github.repository_owner }} tag: ${{ needs.versioning.outputs.semVer }} + tag-major: ${{ needs.versioning.outputs.major }} + tag-minor: ${{ needs.versioning.outputs.minor }} chart: uses: f2calv/gha-workflows/.github/workflows/helm-chart-package.yml@v1