fix ci docker

github login
This commit is contained in:
New Future
2020-08-03 18:26:21 +08:00
committed by GitHub
parent 7697757f1f
commit 9300fde9f8
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
DOCKER_REPO: newfuture/ddns/ddns
DOCKER_USERNAME: ${{ github.actor }}
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
DOCKER_REGISTRY: login docker.pkg.github.com
DOCKER_REGISTRY: docker.pkg.github.com
steps:
- name: Checkout
uses: actions/checkout@v2