Attempt drone docker tagging from .tags

This commit is contained in:
Erik Wilson 2020-01-06 15:54:48 -07:00
parent 25f5082437
commit a8a0b1826a
3 changed files with 2 additions and 3 deletions

View File

@ -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
View File

@ -1,5 +1,6 @@
*.swp
/.dapper
/.tags
/.idea
/.trash-cache
/.vagrant

View File

@ -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