mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Attempt drone docker tagging from .tags
This commit is contained in:
parent
25f5082437
commit
a8a0b1826a
@ -47,7 +47,6 @@ steps:
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: "rancher/k3s"
|
||||
tag: "${DRONE_TAG}-amd64"
|
||||
username:
|
||||
from_secret: docker_username
|
||||
when:
|
||||
@ -142,7 +141,6 @@ steps:
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: "rancher/k3s"
|
||||
tag: "${DRONE_TAG}-arm64"
|
||||
username:
|
||||
from_secret: docker_username
|
||||
when:
|
||||
@ -220,7 +218,6 @@ steps:
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: "rancher/k3s"
|
||||
tag: "${DRONE_TAG}-arm"
|
||||
username:
|
||||
from_secret: docker_username
|
||||
when:
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
*.swp
|
||||
/.dapper
|
||||
/.tags
|
||||
/.idea
|
||||
/.trash-cache
|
||||
/.vagrant
|
||||
|
@ -12,3 +12,4 @@ IMAGE_NAME=${IMAGE_NAME:-k3s}
|
||||
IMAGE=${REPO}/${IMAGE_NAME}:${TAG}
|
||||
docker build -t ${IMAGE} -f package/Dockerfile .
|
||||
echo Built ${IMAGE}
|
||||
echo ${VERSION_TAG}-${ARCH} >.tags
|
||||
|
Loading…
Reference in New Issue
Block a user