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 8c5557c commit b812be4Copy full SHA for b812be4
.github/workflows/ci.yml
@@ -414,7 +414,7 @@ jobs:
414
uses: actions/checkout@v3
415
416
- name: Get Docker image id
417
- run: echo "DOCKER_IMAGE_ID=${{ github.head_ref || github.ref_name }}-$(echo ${{ github.sha }} | cut -c1-7)" >> $GITHUB_ENV
+ run: echo "DOCKER_IMAGE_ID=${{ github.base_ref }}-$(echo ${{ github.sha }} | cut -c1-7)" >> $GITHUB_ENV
418
419
- name: Prepare service account credentials
420
run: |
0 commit comments