From 736f895542a65263efc7bd27029f8506cf751202 Mon Sep 17 00:00:00 2001 From: Florian Kaiser <44125287+H4CK3R-01@users.noreply.github.com> Date: Fri, 25 Mar 2022 11:37:56 +0100 Subject: [PATCH] Update pipeline.yml --- .woodpecker/pipeline.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index 3e63d5f..a5ad07f 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -1,22 +1,22 @@ pipeline: - generate_tag: - image: golang - commands: - - echo -n "${DRONE_BRANCH//\//-}-${DRONE_COMMIT_SHA:0:8}, latest" > .tags - - ls api/ +# generate_tag: +# image: golang +# commands: +# - echo -n "${DRONE_BRANCH//\//-}-${DRONE_COMMIT_SHA:0:8}, latest" > .tags +# - ls api/ publish_api: image: plugins/docker settings: - username: + - username: from_secret: username - password: + - password: from_secret: password - registry: + - registry: from_secret: registry - repo: + - repo: from_secret: repo_api - dockerfile: api/Dockerfile + - dockerfile: api/Dockerfile # publish_frontend: # image: plugins/docker