mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 13:32:56 +00:00
Unify style
This commit is contained in:
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
@@ -97,7 +97,7 @@ jobs:
|
|||||||
- name: Checkout Wiki Repo 📃
|
- name: Checkout Wiki Repo 📃
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: ${{github.repository}}.wiki
|
repository: ${{ github.repository }}.wiki
|
||||||
path: wiki/
|
path: wiki/
|
||||||
|
|
||||||
- name: Create tags and manifest 🏷
|
- name: Create tags and manifest 🏷
|
||||||
@@ -107,15 +107,15 @@ jobs:
|
|||||||
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.event_name == 'schedule'
|
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.event_name == 'schedule'
|
||||||
uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # dependabot updates to latest release
|
uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # dependabot updates to latest release
|
||||||
with:
|
with:
|
||||||
commit_message: "Automated wiki publish for ${{github.sha}}"
|
commit_message: "Automated wiki publish for ${{ github.sha }}"
|
||||||
repository: wiki/
|
repository: wiki/
|
||||||
|
|
||||||
- name: Login to Docker Hub 🔐
|
- name: Login to Docker Hub 🔐
|
||||||
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.event_name == 'schedule'
|
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.event_name == 'schedule'
|
||||||
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # dependabot updates to latest release
|
uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b # dependabot updates to latest release
|
||||||
with:
|
with:
|
||||||
username: ${{secrets.DOCKERHUB_USERNAME}}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{secrets.DOCKERHUB_TOKEN}}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Push Images to Docker Hub 📤
|
- name: Push Images to Docker Hub 📤
|
||||||
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.event_name == 'schedule'
|
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.event_name == 'schedule'
|
||||||
|
4
.github/workflows/hub-overview.yml
vendored
4
.github/workflows/hub-overview.yml
vendored
@@ -34,8 +34,8 @@ jobs:
|
|||||||
- name: push README to Dockerhub for base-notebook 🐳
|
- name: push README to Dockerhub for base-notebook 🐳
|
||||||
uses: christian-korneck/update-container-description-action@d36005551adeaba9698d8d67a296bd16fa91f8e8 # dependabot updates to latest release
|
uses: christian-korneck/update-container-description-action@d36005551adeaba9698d8d67a296bd16fa91f8e8 # dependabot updates to latest release
|
||||||
env:
|
env:
|
||||||
DOCKER_USER: ${{secrets.DOCKERHUB_USERNAME}}
|
DOCKER_USER: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
DOCKER_PASS: ${{secrets.DOCKERHUB_TOKEN}}
|
DOCKER_PASS: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
destination_container_repo: jupyter/base-notebook
|
destination_container_repo: jupyter/base-notebook
|
||||||
provider: dockerhub
|
provider: dockerhub
|
||||||
|
Reference in New Issue
Block a user