mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-04 02:39:39 +00:00
Remove ghcr from drone
Signed-off-by: Vitor Savian <vitor.savian@suse.com>
This commit is contained in:
60
.drone.yml
60
.drone.yml
@@ -91,26 +91,6 @@ steps:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: ghcr-publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: ghcr.io
|
||||
dockerfile: package/Dockerfile
|
||||
username: "k3s-io"
|
||||
password:
|
||||
from_secret: github_token
|
||||
repo: "ghcr.io/k3s-io/k3s"
|
||||
build_args_from_env:
|
||||
- DRONE_TAG
|
||||
when:
|
||||
instance:
|
||||
- drone-publish.k3s.io
|
||||
ref:
|
||||
- refs/head/master
|
||||
- refs/tags/*
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: test
|
||||
image: rancher/dapper:v0.6.0
|
||||
secrets: [ AWS_SECRET_ACCESS_KEY-k3s-ci-uploader, AWS_ACCESS_KEY_ID-k3s-ci-uploader ]
|
||||
@@ -250,26 +230,6 @@ steps:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: ghcr-publish
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: ghcr.io
|
||||
dockerfile: package/Dockerfile
|
||||
username: "k3s-io"
|
||||
password:
|
||||
from_secret: github_token
|
||||
repo: "ghcr.io/k3s-io/k3s"
|
||||
build_args_from_env:
|
||||
- DRONE_TAG
|
||||
when:
|
||||
instance:
|
||||
- drone-publish.k3s.io
|
||||
ref:
|
||||
- refs/head/master
|
||||
- refs/tags/*
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: test
|
||||
image: rancher/dapper:v0.6.0
|
||||
secrets: [ AWS_SECRET_ACCESS_KEY-k3s-ci-uploader, AWS_ACCESS_KEY_ID-k3s-ci-uploader ]
|
||||
@@ -386,26 +346,6 @@ steps:
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: ghcr-publish
|
||||
image: plugins/docker:linux-arm
|
||||
settings:
|
||||
registry: ghcr.io
|
||||
dockerfile: package/Dockerfile
|
||||
username: "k3s-io"
|
||||
password:
|
||||
from_secret: github_token
|
||||
repo: "ghcr.io/k3s-io/k3s"
|
||||
build_args_from_env:
|
||||
- DRONE_TAG
|
||||
when:
|
||||
instance:
|
||||
- drone-publish.k3s.io
|
||||
ref:
|
||||
- refs/head/master
|
||||
- refs/tags/*
|
||||
event:
|
||||
- tag
|
||||
|
||||
- name: test
|
||||
# Refer to comment for arm/build.
|
||||
image: rancher/dapper:v0.5.0
|
||||
|
||||
Reference in New Issue
Block a user