1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-29 02:45:06 +00:00

Hotfix/ci (#906)

* Hotfix: fix ci pipeline
This commit is contained in:
Yuvraj 2020-06-04 15:00:01 -07:00 committed by GitHub
parent d51807aac2
commit 03b74d0cd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,19 +29,12 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
- uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKERIO_USERNAME }}
password: ${{ secrets.DOCKERIO_PASSWORD }}
repository: nirmata/kyverno
tag_with_ref: true
tag_with_sha: true
- uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKERIO_USERNAME }}
password: ${{ secrets.DOCKERIO_PASSWORD }}
repository: nirmata/kyvernopre
tag_with_ref: true
tag_with_sha: true
- name: Log into Docker
run: echo "${{ secrets.DOCKERIO_PASSWORD }}" | docker login -u ${{ secrets.DOCKERIO_USERNAME }} --password-stdin
- name: Push image
run: |
docker push nirmata/kyverno
docker push nirmata/kyvernopre