Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7d35166

Browse files
authoredNov 26, 2024··
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)
Please sign in to comment.