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 74accd2 commit 1d846f5Copy full SHA for 1d846f5
.github/workflows/docker-quorum.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Set image tag to the git commit hash
34
if: ${{ !startsWith(github.ref, 'refs/tags/quorum-v') }}
35
run: |
36
- echo "IMAGE_TAG=${{ github.sha }}" >> "${GITHUB_ENV}"
+ echo "IMAGE_TAG=${{ github.ref }}" >> "${GITHUB_ENV}"
37
- name: Log in to the Container registry
38
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
39
with:
@@ -46,9 +46,7 @@ jobs:
46
47
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
48
tags: |
49
- type=raw,value=${{ env.IMAGE_TAG }},event=tag
50
- type=ref,event=tag
51
- type=ref,event=pr
+ type=raw,value=${{ env.IMAGE_TAG }}
52
- name: Build and push server docker image
53
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
54
0 commit comments