Skip to content

Commit 74accd2

Browse files
committed
Fix
1 parent b6051c6 commit 74accd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-quorum.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4848
tags: |
4949
type=raw,value=${{ env.IMAGE_TAG }},event=tag
50-
type=ref
50+
type=ref,event=tag
51+
type=ref,event=pr
5152
- name: Build and push server docker image
5253
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
5354
with:

0 commit comments

Comments
 (0)