Skip to content

Commit

Permalink
ci: fix tag extraction pattern in docker publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lfleischmann authored Feb 16, 2024
1 parent ff41529 commit 94ae435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
tags: |
type=schedule
type=ref,event=branch,suffix=-{{sha}}-{{date 'YYYY-MM-DD.HHmmss'}}
type=match,pattern=backend/(v\d.\d.\d),group=1,event=tag
type=match,pattern=backend/(v\d+.\d+.\d+),group=1,event=tag
type=ref,event=pr
# Build and push Docker image with Buildx (don't push on PR)
Expand Down

0 comments on commit 94ae435

Please sign in to comment.