chore: fix dockerhub bug

This commit is contained in:
Vincent Young 2023-03-07 02:57:58 +08:00
parent 5be234ffd1
commit 70e64ad3b1

View File

@ -10,7 +10,7 @@ env:
# Use docker.io for Docker Hub if empty # Use docker.io for Docker Hub if empty
REGISTRY: docker.io REGISTRY: docker.io
# github.repository as <account>/<repo> # github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }} IMAGE_NAME: missuo/deeplx
jobs: jobs:
@ -34,7 +34,7 @@ jobs:
with: with:
version: latest version: latest
- name: Login to GHCR - name: Login to DockerHub
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: docker.io registry: docker.io