Skip to content

Commit

Permalink
Migrate registry (#1300)
Browse files Browse the repository at this point in the history
* migrate image to GitHub registry

* remove registry login

* add back registry login
  • Loading branch information
realshuting committed Nov 24, 2020
1 parent f73c40a commit 7ad6b3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/image.yaml
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
go-version: 1.14

- name: login to GitHub Container Registry
run: echo ${{ secrets.CR_PAT }} | docker login https://docker.pkg.github.com -u $GITHUB_ACTOR --password-stdin

- name: docker images publish
run: |
make docker-publish-all

0 comments on commit 7ad6b3b

Please sign in to comment.