File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9797 - name : Checkout Wiki Repo 📃
9898 uses : actions/checkout@v3
9999 with :
100- repository : ${{github.repository}}.wiki
100+ repository : ${{ github.repository }}.wiki
101101 path : wiki/
102102
103103 - name : Create tags and manifest 🏷
@@ -107,15 +107,15 @@ jobs:
107107 if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.event_name == 'schedule'
108108 uses : stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # dependabot updates to latest release
109109 with :
110- commit_message : " Automated wiki publish for ${{github.sha}}"
110+ commit_message : " Automated wiki publish for ${{ github.sha }}"
111111 repository : wiki/
112112
113113 - name : Login to Docker Hub 🔐
114114 if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.event_name == 'schedule'
115115 uses : docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # dependabot updates to latest release
116116 with :
117- username : ${{secrets.DOCKERHUB_USERNAME}}
118- password : ${{secrets.DOCKERHUB_TOKEN}}
117+ username : ${{ secrets.DOCKERHUB_USERNAME }}
118+ password : ${{ secrets.DOCKERHUB_TOKEN }}
119119
120120 - name : Push Images to Docker Hub 📤
121121 if : github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.event_name == 'schedule'
Original file line number Diff line number Diff line change 3434 - name : push README to Dockerhub for base-notebook 🐳
3535 uses : christian-korneck/update-container-description-action@d36005551adeaba9698d8d67a296bd16fa91f8e8 # dependabot updates to latest release
3636 env :
37- DOCKER_USER : ${{secrets.DOCKERHUB_USERNAME}}
38- DOCKER_PASS : ${{secrets.DOCKERHUB_TOKEN}}
37+ DOCKER_USER : ${{ secrets.DOCKERHUB_USERNAME }}
38+ DOCKER_PASS : ${{ secrets.DOCKERHUB_TOKEN }}
3939 with :
4040 destination_container_repo : jupyter/base-notebook
4141 provider : dockerhub
You can’t perform that action at this time.
0 commit comments