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 16ecb94 commit c35b134Copy full SHA for c35b134
.github/workflows/azure-preview-env-deploy.yml
@@ -188,7 +188,7 @@ jobs:
188
# `main-docker-cache.yml` handles updating the remote cache so we don't pollute it with PR specific code
189
cache-to: ''
190
build-args: |
191
- BUILD_SHA=${{ github.sha }}
+ BUILD_SHA=${{ env.COMMIT_REF }}
192
193
# Succeed despite any non-zero exit code (e.g. if there is no deployment to cancel)
194
- name: 'Cancel any existing deployments for this PR'
0 commit comments