Skip to content

Commit

Permalink
Feature/docker update (#1716)
Browse files Browse the repository at this point in the history
* [docker] update github package docker address

* [docker] update github package docker address

* [docker] revert job action on master
  • Loading branch information
ssyuan authored Nov 27, 2020
1 parent 59d1390 commit 691bce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: docker.pkg.github.com
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GIT_PACKAGE_TOKEN }}
-
Expand All @@ -49,4 +49,4 @@ jobs:
push: true
tags: |
starcoin/starcoin:latest
docker.pkg.github.com/starcoinorg/starcoin/starcoin:latest
ghcr.io/starcoinorg/starcoin/starcoin:latest

0 comments on commit 691bce7

Please sign in to comment.