Skip to content

Commit 3657b1c

Browse files
authored
container build addl tags (#84)
1 parent 6acda17 commit 3657b1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
with:
4040
registry: ghcr.io/${{ github.repository_owner }}
4141
tag: ${{ needs.versioning.outputs.semVer }}
42+
tag-major: ${{ needs.versioning.outputs.major }}
43+
tag-minor: ${{ needs.versioning.outputs.minor }}
4244

4345
chart:
4446
uses: f2calv/gha-workflows/.github/workflows/helm-chart-package.yml@v1

0 commit comments

Comments
 (0)