Skip to content

Commit

Permalink
Fix deploy-testing docker image id retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
Alenar committed Nov 29, 2022
1 parent 8c5557c commit b812be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -414,7 +414,7 @@ jobs:
uses: actions/checkout@v3

- name: Get Docker image id
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

- name: Prepare service account credentials
run: |
Expand Down

0 comments on commit b812be4

Please sign in to comment.