Update .gitea/workflows/build.yml
All checks were successful
Build and Test / build (push) Successful in 1m17s

This commit is contained in:
2025-10-09 09:06:18 +00:00
parent 49e7b8c97a
commit e95b35d16d

View File

@@ -29,7 +29,7 @@ jobs:
- name: "Print Output Docker"
id: output
run: |
echo "${{ steps.generator.outputs.docker }}" > docker.file
echo "${{ steps.generator.outputs.docker }}" > Dockerfile
echo "${{ steps.generator.outputs.k8s }}" > k8s.yml
- name: "Replace APP_NAME"