Skip to content

Commit

Permalink
update Personal Access Token
Browse files Browse the repository at this point in the history
  • Loading branch information
realshuting committed Nov 24, 2020
1 parent 7ad6b3b commit ac1c56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yaml
Expand Up @@ -19,7 +19,7 @@ jobs:
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
run: echo ${{ secrets.CR_PAT }} | docker login ghcr.io -u ${{ github.repository_owner }} --password-stdin

- name: docker images publish
run: |
Expand Down

0 comments on commit ac1c56d

Please sign in to comment.