Skip to content

Commit 130659f

Browse files
authored
Add the 2.0 branch 2 (#314)
* Add the 2.0 branch * Remove main branch * Fix no registry error
1 parent 45b4fb2 commit 130659f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: echo "REGISTRY=${{env.DEV_REGISTRY_NAME}}.azurecr.io" >> "$GITHUB_ENV"
3333

3434
- name: Set ENV variable for pushes to master
35-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
35+
if: github.event_name == 'push' && github.ref == 'refs/heads/jupyter-apis-aaw2.0'
3636
run: echo "REGISTRY=${{env.REGISTRY_NAME}}.azurecr.io" >> "$GITHUB_ENV"
3737

3838
# Push image to ACR

0 commit comments

Comments
 (0)