Skip to content

Commit

Permalink
feat: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phv2312 committed Sep 6, 2024
1 parent 391e0b6 commit 7e30014
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-push-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
with:
images: ${{ env.FULL_IMAGE_NAME }}
tags: |
# minimal
type=match,pattern=v(\d.\d.\d):main,group=1
type=semver,pattern={{version}} # Generates tags based on the version only
- name: Log in to the Container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 7e30014

Please sign in to comment.