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:
parent
03b74d0cd8
commit
7be3f41546
2 changed files with 0 additions and 45 deletions
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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"
|
Loading…
Add table
Reference in a new issue