Skip to content

Commit

Permalink
gitac: fix repo=dockerhub.qingcloud.com
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Jun 20, 2024
1 parent 4a1c37a commit 0fb6f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-x11-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# JUST LOGIN HERE
repo=dockerhub.qingcloud.com
echo "${DOCKER_REGISTRY_QCLOUD_USER}" |docker login --username=${DOCKER_REGISTRY_QCLOUD_PASS} --password-stdin $repo
echo "${DOCKER_REGISTRY_QCLOUD_PASS}" |docker login --username=${DOCKER_REGISTRY_QCLOUD_USER} --password-stdin $repo
export REPO=registry-1.docker.io
Expand Down

0 comments on commit 0fb6f46

Please sign in to comment.