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.
2 parents b1f3a04 + ce289cc commit 4c7374fCopy full SHA for 4c7374f
.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