Refactored step names

This commit is contained in:
2026-03-08 12:14:45 +02:00
parent 7ee42ef018
commit 2d4f851d23

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