--- kind: pipeline type: docker name: package steps: - name: dotnet publish image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - dotnet publish --configuration Release - ls ./SampleApi/bin/Release/net8.0/publish/ - name: docker build and push image: plugins/docker settings: repo: gitea.khongisa.co.za/khwezi/sampleapi registry: registry.khongisa.co.za:3004 insecure: true dockerfile: Dockerfile context: .