We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45b4fb2 commit 130659fCopy full SHA for 130659f
.github/workflows/publish.yml
@@ -32,7 +32,7 @@ jobs:
32
run: echo "REGISTRY=${{env.DEV_REGISTRY_NAME}}.azurecr.io" >> "$GITHUB_ENV"
33
34
- name: Set ENV variable for pushes to master
35
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/jupyter-apis-aaw2.0'
36
run: echo "REGISTRY=${{env.REGISTRY_NAME}}.azurecr.io" >> "$GITHUB_ENV"
37
38
# Push image to ACR
0 commit comments