From 2d4f851d23616f014db23fb238eebe0e59343d29 Mon Sep 17 00:00:00 2001 From: khwezi Date: Sun, 8 Mar 2026 12:14:45 +0200 Subject: [PATCH] Refactored step names --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index df1e8c4..c5bf846 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,18 +13,18 @@ type: docker name: package steps: - - name: clone + - name: checkout image: alpine/git commands: - git clone https://gitea.khongisa.co.za/MngomaLab/webapitest.git . - git checkout ${DRONE_COMMIT} - - name: dotnet-publish + - name: dotnet publish image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - dotnet publish --configuration Release - - name: build-and-push + - name: build and push image: gcr.io/kaniko-project/executor:debug environment: <<: *docker-auth -- 2.47.3