CHANGE: test actions build
Some checks failed
build / build (push) Failing after 10s
test / echo (push) Successful in 0s

This commit is contained in:
2025-12-12 13:39:52 +01:00
parent 85d023acec
commit 64cf36382c
2 changed files with 7 additions and 8 deletions

View File

@@ -21,10 +21,9 @@ jobs:
echo "$NEXUS_PASSWORD" | docker login nexus.rancherk3.duckdns.org -u "$NEXUS_USER" --password-stdin
- name: Build & Push image with Kaniko
image: gcr.io/kaniko-project/executor:latest
command:
- /kaniko/executor
args:
- --context=.
- --dockerfile=./Dockerfile
- --destination=nexus.rancherk3.duckdns.org/tfm/microserviciospython:latest
uses: docker://gcr.io/kaniko-project/executor:latest
with:
args: >
--context=.
--dockerfile=./Dockerfile
--destination=nexus.rancherk3.duckdns.org/tfm/microserviciospython:latest