1
0
Fork 0
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:
Shuting Zhao 2020-11-24 12:24:14 -08:00
parent 7ad6b3b5cd
commit ac1c56d946

View file

@ -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: |