Skip to content

Commit 7d35166

Browse files
authored
fix: docker release tag typo (#211)
1 parent 51398b1 commit 7d35166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
tags: |
3333
type=ref,event=branch
3434
type=ref,event=pr
35-
type=match,pattern=portal-api/(.*),group=1
35+
type=match,pattern=v(.*),group=1
3636
3737
- name: Build and push
3838
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)