From 8e22ce7e9f206b1f1d8c6e5831242da1405ff097 Mon Sep 17 00:00:00 2001 From: Michael Gibson Date: Fri, 4 Dec 2020 10:01:51 -0600 Subject: [PATCH] Removed tags for testing. --- .drone.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4f7f45b..3095f80 100644 --- a/.drone.yml +++ b/.drone.yml @@ -58,8 +58,6 @@ steps: --platform linux/amd64,linux/arm64 --output=type=image,push=true --progress tty - --build-arg TAG=$DRONE_TAG - -t $REGISTRY_HOST/$IMAGE:$DRONE_TAG -t $REGISTRY_HOST/$IMAGE:latest . volumes: @@ -73,6 +71,6 @@ steps: REGISTRY_PASS: from_secret: registry_password -trigger: - event: - - tag +#trigger: +# event: +# - tag