Skip to content

Commit b812be4

Browse files
committed
Fix deploy-testing docker image id retrieval
1 parent 8c5557c commit b812be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ jobs:
414414
uses: actions/checkout@v3
415415

416416
- 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
417+
run: echo "DOCKER_IMAGE_ID=${{ github.base_ref }}-$(echo ${{ github.sha }} | cut -c1-7)" >> $GITHUB_ENV
418418

419419
- name: Prepare service account credentials
420420
run: |

0 commit comments

Comments
 (0)