We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6051c6 commit 74accd2Copy full SHA for 74accd2
.github/workflows/docker-quorum.yml
@@ -47,7 +47,8 @@ jobs:
47
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
48
tags: |
49
type=raw,value=${{ env.IMAGE_TAG }},event=tag
50
- type=ref
+ type=ref,event=tag
51
+ type=ref,event=pr
52
- name: Build and push server docker image
53
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
54
with:
0 commit comments