Refactored step names #41

Merged
khwezi merged 1 commits from test into main 2026-03-08 12:15:07 +02:00
Showing only changes of commit 2d4f851d23 - Show all commits

View File

@@ -13,18 +13,18 @@ type: docker
name: package name: package
steps: steps:
- name: clone - name: checkout
image: alpine/git image: alpine/git
commands: commands:
- git clone https://gitea.khongisa.co.za/MngomaLab/webapitest.git . - git clone https://gitea.khongisa.co.za/MngomaLab/webapitest.git .
- git checkout ${DRONE_COMMIT} - git checkout ${DRONE_COMMIT}
- name: dotnet-publish - name: dotnet publish
image: mcr.microsoft.com/dotnet/sdk:8.0 image: mcr.microsoft.com/dotnet/sdk:8.0
commands: commands:
- dotnet publish --configuration Release - dotnet publish --configuration Release
- name: build-and-push - name: build and push
image: gcr.io/kaniko-project/executor:debug image: gcr.io/kaniko-project/executor:debug
environment: environment:
<<: *docker-auth <<: *docker-auth