Commit a8a0b182 authored by Erik Wilson's avatar Erik Wilson

Attempt drone docker tagging from .tags

parent 25f50824
......@@ -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:
......
*.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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment