From e3bb35fde7f041bc61e997e9438fb0d56d37aeba Mon Sep 17 00:00:00 2001 From: Florian Kaiser <44125287+H4CK3R-01@users.noreply.github.com> Date: Fri, 25 Mar 2022 11:43:18 +0100 Subject: [PATCH] Update pipeline.yml --- .woodpecker/pipeline.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index a5ad07f..128c02a 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -5,18 +5,14 @@ pipeline: # - echo -n "${DRONE_BRANCH//\//-}-${DRONE_COMMIT_SHA:0:8}, latest" > .tags # - ls api/ + publish_api: - image: plugins/docker + image: woodpeckerci/plugin-docker-buildx settings: - - username: - from_secret: username - - password: - from_secret: password - - registry: - from_secret: registry - - repo: + repo: from_secret: repo_api - - dockerfile: api/Dockerfile + dockerfile: api/Dockerfile + platforms: linux/amd64 # publish_frontend: # image: plugins/docker