Skip to content

Commit

Permalink
container build addl tags (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
f2calv authored May 18, 2024
1 parent 6acda17 commit 3657b1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3657b1c

Please sign in to comment.