mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
update Personal Access Token
This commit is contained in:
parent
7ad6b3b5cd
commit
ac1c56d946
1 changed files with 1 additions and 1 deletions
2
.github/workflows/image.yaml
vendored
2
.github/workflows/image.yaml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue