From b4706d1d8a8d0f2a1c6f64333d559822e1c2802d Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Tue, 26 Sep 2023 15:33:53 -0700 Subject: [PATCH] Fix directories in woodpecker file --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 860a63f..c01e295 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ platform: linux/amd64 steps: build-frontend: image: gitea.elara.ws/elara6331/node - directory: lure-frontend + directory: frontend environment: - LURE_WEB_API_URL=https://api.lure.elara.ws commands: @@ -15,7 +15,7 @@ steps: publish-frontend: image: gitea.elara.ws/elara6331/crane secrets: [ registry_password ] - + directory: frontend commands: - export HOME=/home/nonroot - crane auth login gitea.elara.ws -u Elara6331 -p "$${REGISTRY_PASSWORD}" @@ -27,7 +27,7 @@ steps: build-backend: image: gitea.elara.ws/elara6331/builder secrets: [ registry_password ] - directory: lure-backend + directory: backend commands: - registry-login - ko build -B --platform=linux/amd64,linux/arm64,linux/riscv64 --sbom=none