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
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:
@@ -236,9 +236,9 @@ jobs:
|
|||||||
ssh_key: ${{ secrets.BDIKTA_GITEA_PRIVATE_SSH_KEY }}
|
ssh_key: ${{ secrets.BDIKTA_GITEA_PRIVATE_SSH_KEY }}
|
||||||
args: --remove-orphans -d --dry-run ${{ needs.generate-service-list.outputs.svc_deploy_list }}
|
args: --remove-orphans -d --dry-run ${{ needs.generate-service-list.outputs.svc_deploy_list }}
|
||||||
env_file: '.env'
|
env_file: '.env'
|
||||||
registry_host: 'ghcr.io'
|
# registry_host: 'ghcr.io'
|
||||||
registry_user: TrezOne
|
# registry_user: TrezOne
|
||||||
registry_pass: ${{ secrets.GHCR_LOGIN_TOKEN }}
|
# registry_pass: ${{ secrets.GHCR_LOGIN_TOKEN }}
|
||||||
summary: true
|
summary: true
|
||||||
|
|
||||||
- name: Gotify Notification
|
- name: Gotify Notification
|
||||||
|
|||||||
Reference in New Issue
Block a user