Skip to content

Commit

Permalink
chore(ci): docker tag (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani authored Feb 14, 2025
1 parent adaa677 commit c29d4d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
tags: |
type=ref,event=branch
type=ref,event=pr
type=ref,event=tag
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=sha
Expand All @@ -49,6 +50,7 @@ jobs:
tags: |
type=ref,event=branch
type=ref,event=pr
type=ref,event=tag
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=sha
Expand Down

0 comments on commit c29d4d6

Please sign in to comment.