Refactored step names #41

Merged
khwezi merged 1 commits from test into main 2026-03-08 12:15:07 +02:00

View File

@@ -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