Skip to content

Commit

Permalink
Fix package tagging (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiJeTi authored Jun 16, 2024
1 parent c9b061c commit 2e63958
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
id: meta
with:
images: ${{ env.IMAGE }}
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: 'Login to container registry'
uses: docker/login-action@v3
Expand Down

0 comments on commit 2e63958

Please sign in to comment.