refactor: rename DockerHub
to Docker Hub
Aligns with Docker's official documentation. PR: #21
This commit is contained in:
parent
3f5e23723c
commit
bca57f3ef0
2
.github/workflows/containers.yml
vendored
2
.github/workflows/containers.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
registry: ghcr.io
|
||||
username: ${{ secrets.GHCR_USERNAME }}
|
||||
password: ${{ secrets.GHCR_TOKEN }}
|
||||
- name: Login to DockerHub
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
|
Loading…
Reference in New Issue
Block a user