From 1581a276960a180bc37316147afd3612e98aa778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=E8=8F=8C?= Date: Wed, 13 Apr 2022 04:05:56 +0800 Subject: [PATCH] .drone.yml --- .drone.yml | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.drone.yml b/.drone.yml index b5eea63..20942c6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,28 +9,28 @@ steps: - "pwd && ls" - "cd helloworld" -- name: latest - image: thegeeklab/drone-docker-buildx - privileged: true - settings: - # registry: - repo: mirrors2/helloworld - purge: true - compress: true - platforms: linux/amd64,linux/arm64 - username: - from_secret: docker_username - password: - from_secret: docker_password - # context: - dockerfile: Dockerfile - tags: latest - when: - branch: - - master - - alpine/* - event: - - tag +# - name: latest +# image: thegeeklab/drone-docker-buildx +# privileged: true +# settings: +# # registry: +# repo: mirrors2/helloworld +# purge: true +# compress: true +# platforms: linux/amd64,linux/arm64 +# username: +# from_secret: docker_username +# password: +# from_secret: docker_password +# # context: +# dockerfile: Dockerfile +# tags: latest +# when: +# branch: +# - master +# - alpine/* +# event: +# - tag trigger: branch: