Skip to content

Commit

Permalink
fix: docker release tag typo (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 authored Nov 26, 2024
1 parent 51398b1 commit 7d35166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tags: |
type=ref,event=branch
type=ref,event=pr
type=match,pattern=portal-api/(.*),group=1
type=match,pattern=v(.*),group=1
- name: Build and push
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 7d35166

Please sign in to comment.