Skip to content

Commit

Permalink
fix ci docker
Browse files Browse the repository at this point in the history
github login
  • Loading branch information
NewFuture authored Aug 3, 2020
1 parent 7697757 commit 9300fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9300fde

Please sign in to comment.