TEST: actions
Some checks failed
build / build-and-push (push) Failing after 4s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s

This commit is contained in:
2025-12-16 22:57:37 +01:00
parent 882e728efb
commit 25c79e808a

View File

@@ -18,6 +18,9 @@ jobs:
uses: actions/checkout@v3
- name: Build and push Docker image
env:
DOCKER_TLS_VERIFY: ""
DOCKER_CERT_PATH: ""
run: |
docker build -t nexus.rancherk3.duckdns.org/tfm/microservicespython:latest .
docker push nexus.rancherk3.duckdns.org/tfm/microservicespython:latest