refactor: rename DockerHub to Docker Hub

Aligns with Docker's official documentation.

PR: #21
This commit is contained in:
innovaker 2021-05-08 10:42:47 +01:00
parent 3f5e23723c
commit bca57f3ef0

View File

@ -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 }}