Another attempt drone docker tagging from .tags

This commit is contained in:
Erik Wilson 2020-01-06 16:18:15 -07:00
parent a8a0b1826a
commit 0f644650f5
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,7 @@ steps:
from_secret: gcloud_auth
commands:
- dapper ci
- echo "${DRONE_TAG}-amd64" | sed -e 's/+/-/g' >.tags
volumes:
- name: docker
path: /var/run/docker.sock
@ -109,6 +110,7 @@ steps:
from_secret: gcloud_auth
commands:
- dapper ci
- echo "${DRONE_TAG}-arm64" | sed -e 's/+/-/g' >.tags
volumes:
- name: docker
path: /var/run/docker.sock
@ -186,6 +188,7 @@ steps:
from_secret: gcloud_auth
commands:
- dapper ci
- echo "${DRONE_TAG}-arm" | sed -e 's/+/-/g' >.tags
volumes:
- name: docker
path: /var/run/docker.sock

View File

@ -12,4 +12,3 @@ 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