mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
Migrate registry (#1300)
* migrate image to GitHub registry * remove registry login * add back registry login
This commit is contained in:
parent
f73c40ab4e
commit
7ad6b3b5cd
1 changed files with 3 additions and 0 deletions
3
.github/workflows/image.yaml
vendored
3
.github/workflows/image.yaml
vendored
|
@ -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
|
Loading…
Reference in a new issue