1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-28 10:28:36 +00:00

revert docker build changes (#907)

This commit is contained in:
Yuvraj 2020-06-04 15:38:12 -07:00 committed by GitHub
parent 03b74d0cd8
commit 7be3f41546
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 45 deletions

View file

@ -29,12 +29,6 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
- 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

View file

@ -15,24 +15,6 @@ builds:
goarch:
- amd64
goarm: [6, 7]
- id: kyverno
main: cmd/kyverno/main.go
binary: kyverno
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
- id: kyvernopre
main: cmd/initContainer/main.go
binary: kyvernopre
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
archives:
- id: kyverno-cli-archive
name_template: |-
@ -83,24 +65,3 @@ scoop:
commit_author:
name: kyverno
email: kyverno@nirmata.com
dockers:
- dockerfile: ./cmd/initContainer/Dockerfile
skip_push: true
binaries:
- kyvernopre
image_templates:
- "nirmata/kyvernopre:v{{ .Major }}"
- "nirmata/kyvernopre:v{{ .Major }}.{{ .Minor }}"
- "nirmata/kyvernopre:v{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
- "nirmata/kyvernopre:{{ .Tag }}"
- "nirmata/kyvernopre:latest"
- dockerfile: ./cmd/kyverno/Dockerfile
skip_push: true
binaries:
- kyverno
image_templates:
- "nirmata/kyverno:v{{ .Major }}"
- "nirmata/kyverno:v{{ .Major }}.{{ .Minor }}"
- "nirmata/kyverno:v{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
- "nirmata/kyverno:{{ .Tag }}"
- "nirmata/kyverno:latest"