Skip to content

Commit edd0c96

Browse files
committed
Removed down stream jobs
1 parent 3f23b3d commit edd0c96

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/docker-publish-production.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,4 @@ jobs:
6161
destination_container_repo: serversideup/php
6262
provider: dockerhub
6363
short_description: 'PHP images optimized for Laravel, WordPress, and more!'
64-
readme_file: 'README.md'
65-
66-
trigger_downstream_jobs:
67-
needs: push
68-
runs-on: ubuntu-22.04
69-
steps:
70-
- name: Trigger downstream builds
71-
run: curl --fail --output "/dev/null" --silent --show-error -X POST -F token=${{ secrets.DOWNSTREAM_BUILD_TOKEN }} -F ref=$GITHUB_REF ${{ secrets.DOWNSTREAM_BUILD_WEBHOOK_ENDPOINT }}
64+
readme_file: 'README.md'

0 commit comments

Comments
 (0)