From fe57aca2f7cf10e11570d74d175c1ba856410b74 Mon Sep 17 00:00:00 2001 From: Carl Tibule Date: Thu, 21 Mar 2024 23:27:45 -0500 Subject: [PATCH] Changed step name to attempt fix CI pipeline --- .woodpecker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 30657eb..23e2e58 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -1,10 +1,10 @@ steps: - - name: [YABA.API] Build and run tests + - name: (YABA.API) Build and run tests image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - dotnet build ./API - dotnet test ./API - - name: [YABA.API] Deploy Docker Image + - name: (YABA.API) Deploy Docker Image when: - event: tag secrets: [gitea_yaba_registry_username, gitea_yaba_registry_password]