mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
update releaser.yaml
This commit is contained in:
parent
8b60251c18
commit
1612daf111
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -21,8 +21,8 @@ jobs:
|
|||
go-version: 1.14
|
||||
- uses: creekorful/goreportcard-action@v1.0
|
||||
|
||||
- name: login to docker hub
|
||||
run: echo "${{ secrets.DOCKERIO_PASSWORD }}" | docker login -u "${{ secrets.DOCKERIO_USERNAME }}" --password-stdin
|
||||
- name: login to GitHub Container Registry
|
||||
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