mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Another attempt drone docker tagging from .tags
This commit is contained in:
parent
a8a0b1826a
commit
0f644650f5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user