deploy-workflow: create docker compose file
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
2026-06-23 00:49:27 +03:00
parent ccdac3847f
commit 2bdfa27624
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
# echo "${{ secrets._GITEA_RUNNER_REGISTRATION_TOKEN }}" > gitea_runner_registration_token.txt
# echo "${{ secrets.VAULTWARDEN_ADMIN_TOKEN }}" > vaultwarden_admin_token.txt
- run: echo "✅ Secrets created"
- name: Create docker-compose file
# - name: Create docker-compose file
# - run: |
# # Безопасно заменяем все слэши "/" на дефисы "-"
# CLEAN_REF=${GITEA_REF_NAME//\//-}