Skip to content

Commit 74c2004

Browse files
committed
Fix
1 parent 6662a77 commit 74c2004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-quorum.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4848
tags: |
49-
type=raw,value=${{ env.IMAGE_TAG }}
49+
type=raw,value=${{ env.IMAGE_TAG }},event=tag
5050
- name: Build and push server docker image
5151
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
5252
with:

0 commit comments

Comments
 (0)