Commit a8a0b182 authored by Erik Wilson's avatar Erik Wilson

Attempt drone docker tagging from .tags

parent 25f50824
...@@ -47,7 +47,6 @@ steps: ...@@ -47,7 +47,6 @@ steps:
password: password:
from_secret: docker_password from_secret: docker_password
repo: "rancher/k3s" repo: "rancher/k3s"
tag: "${DRONE_TAG}-amd64"
username: username:
from_secret: docker_username from_secret: docker_username
when: when:
...@@ -142,7 +141,6 @@ steps: ...@@ -142,7 +141,6 @@ steps:
password: password:
from_secret: docker_password from_secret: docker_password
repo: "rancher/k3s" repo: "rancher/k3s"
tag: "${DRONE_TAG}-arm64"
username: username:
from_secret: docker_username from_secret: docker_username
when: when:
...@@ -220,7 +218,6 @@ steps: ...@@ -220,7 +218,6 @@ steps:
password: password:
from_secret: docker_password from_secret: docker_password
repo: "rancher/k3s" repo: "rancher/k3s"
tag: "${DRONE_TAG}-arm"
username: username:
from_secret: docker_username from_secret: docker_username
when: when:
......
*.swp *.swp
/.dapper /.dapper
/.tags
/.idea /.idea
/.trash-cache /.trash-cache
/.vagrant /.vagrant
......
...@@ -12,3 +12,4 @@ IMAGE_NAME=${IMAGE_NAME:-k3s} ...@@ -12,3 +12,4 @@ IMAGE_NAME=${IMAGE_NAME:-k3s}
IMAGE=${REPO}/${IMAGE_NAME}:${TAG} IMAGE=${REPO}/${IMAGE_NAME}:${TAG}
docker build -t ${IMAGE} -f package/Dockerfile . docker build -t ${IMAGE} -f package/Dockerfile .
echo Built ${IMAGE} 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