Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 0 additions & 60 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down Expand Up @@ -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 ]
Expand Down Expand Up @@ -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
Expand Down