From 0b7d08cc5f8d9ac1aa9d8694f8d0f63e622e47fc Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sat, 29 Jul 2023 12:05:21 +0400 Subject: [PATCH] Fix Docker Hub name --- .github/workflows/docker-tag-push.yml | 2 +- .github/workflows/hub-overview.yml | 6 +++--- README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-tag-push.yml b/.github/workflows/docker-tag-push.yml index 75e4a732..7f6bd2a7 100644 --- a/.github/workflows/docker-tag-push.yml +++ b/.github/workflows/docker-tag-push.yml @@ -1,4 +1,4 @@ -name: Download Docker image and its tags from GitHub artifacts, apply them and push the image to DockerHub +name: Download Docker image and its tags from GitHub artifacts, apply them and push the image to Docker Hub env: OWNER: ${{ github.repository_owner }} diff --git a/.github/workflows/hub-overview.yml b/.github/workflows/hub-overview.yml index 2e5234e8..aef107f2 100644 --- a/.github/workflows/hub-overview.yml +++ b/.github/workflows/hub-overview.yml @@ -1,4 +1,4 @@ -name: Update dockerhub overviews +name: Update Docker Hub overviews env: OWNER: ${{ github.repository_owner }} @@ -23,7 +23,7 @@ on: jobs: update-dockerhub-overview: - name: Update dockerhub overviews + name: Update Docker Hub overviews runs-on: ubuntu-latest if: github.repository == 'jupyter/docker-stacks' @@ -31,7 +31,7 @@ jobs: - name: Checkout Repo ⚡️ uses: actions/checkout@v3 - - name: Push README to Dockerhub 🐳 + - name: Push README to Docker Hub 🐳 uses: christian-korneck/update-container-description-action@d36005551adeaba9698d8d67a296bd16fa91f8e8 # v1 env: DOCKER_USER: ${{ secrets.DOCKERHUB_USERNAME }} diff --git a/README.md b/README.md index 714c2dad..94ee8e88 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ more information is available in the [documentation](https://jupyter-docker-stac - [Issue Tracker on GitHub](https://github.com/jupyter/docker-stacks/issues) - [Jupyter Discourse Forum](https://discourse.jupyter.org/) - [Jupyter Website](https://jupyter.org) -- [Images on DockerHub](https://hub.docker.com/u/jupyter) +- [Images on Docker Hub](https://hub.docker.com/u/jupyter) ## CPU Architectures