Adjusting Docker Compose dry run step...
Gitea Branch PR & Docker Deployment / Check and Create PR (push) Successful in 13s
Gitea Branch PR & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 7s
Gitea Branch PR & Docker Deployment / Docker Compose Dry Run (push) Failing after 22s

This commit is contained in:
2025-09-01 16:53:06 -04:00
parent b5c564b6ed
commit a6e0535cdf
+3 -3
View File
@@ -236,9 +236,9 @@ jobs:
ssh_key: ${{ secrets.BDIKTA_GITEA_PRIVATE_SSH_KEY }}
args: --remove-orphans -d --dry-run ${{ needs.generate-service-list.outputs.svc_deploy_list }}
env_file: '.env'
registry_host: 'ghcr.io'
registry_user: TrezOne
registry_pass: ${{ secrets.GHCR_LOGIN_TOKEN }}
# registry_host: 'ghcr.io'
# registry_user: TrezOne
# registry_pass: ${{ secrets.GHCR_LOGIN_TOKEN }}
summary: true
- name: Gotify Notification