Skip to content

Commit

Permalink
fix(CI): remove name
Browse files Browse the repository at this point in the history
  • Loading branch information
Souheil-Yazji committed Oct 25, 2023
1 parent 48e6578 commit a47cc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
id: notebook-name
shell: bash
run: |
echo name=NOTEBOOK_NAME${{ matrix.notebook }} >> $GITHUB_OUTPUT
echo NOTEBOOK_NAME${{ matrix.notebook }} >> $GITHUB_OUTPUT
# Connect to Azure Container registry (ACR)
- uses: azure/docker-login@v1
Expand Down

0 comments on commit a47cc47

Please sign in to comment.