|
92 | 92 | netlify: ${{ steps.netlify.outputs.netlify-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
|
93 | 93 | ionos: ${{ steps.ionos.outputs.ionos-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
|
94 | 94 | porkbun: ${{ steps.porkbun.outputs.porkbun-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
|
95 |
| - gandi: ${{ steps.gandi.outputs.gandi-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }} |
| 95 | + # gandi: ${{ steps.gandi.outputs.gandi-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }} |
96 | 96 | dynv6: ${{ steps.dynv6.outputs.dynv6-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
|
97 | 97 | openstack-designate: ${{ steps.openstack-designate.outputs.openstack-designate-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
|
98 | 98 | njalla: ${{ steps.njalla.outputs.njalla-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
|
@@ -224,10 +224,10 @@ jobs:
|
224 | 224 | id: porkbun
|
225 | 225 | run: sh commit-check.sh https://github.com/caddy-dns/porkbun porkbun-local.txt git-hashes/porkbun.txt porkbun-out-of-date
|
226 | 226 |
|
227 |
| - - name: Pull gandi plugin remote commits |
228 |
| - if: ${{ github.event.inputs.trigger_all_builds == 'false' || github.event.inputs.trigger_all_builds == '' && needs.check-for-new-caddy-release.outputs.caddy == 'false' }} #workaround, github inputs will be empty by default |
229 |
| - id: gandi |
230 |
| - run: sh commit-check.sh https://github.com/caddy-dns/gandi gandi-local.txt git-hashes/gandi.txt gandi-out-of-date |
| 227 | + # - name: Pull gandi plugin remote commits |
| 228 | + # if: ${{ github.event.inputs.trigger_all_builds == 'false' || github.event.inputs.trigger_all_builds == '' && needs.check-for-new-caddy-release.outputs.caddy == 'false' }} #workaround, github inputs will be empty by default |
| 229 | + # id: gandi |
| 230 | + # run: sh commit-check.sh https://github.com/caddy-dns/gandi gandi-local.txt git-hashes/gandi.txt gandi-out-of-date |
231 | 231 |
|
232 | 232 | - name: Pull dynv6 plugin remote commits
|
233 | 233 | if: ${{ github.event.inputs.trigger_all_builds == 'false' || github.event.inputs.trigger_all_builds == '' && needs.check-for-new-caddy-release.outputs.caddy == 'false' }} #workaround, github inputs will be empty by default
|
@@ -734,25 +734,25 @@ jobs:
|
734 | 734 | plugin_name: porkbun
|
735 | 735 | repo: https://github.com/caddy-dns/porkbun
|
736 | 736 |
|
737 |
| - trigger-gandi-build: |
738 |
| - needs: check-for-plugin-updates |
739 |
| - if: ${{ needs.check-for-plugin-updates.outputs.gandi == 'true' }} |
740 |
| - uses: FarisZR/caddy-dns-OCI/.github/workflows/start-build.yml@main |
741 |
| - permissions: |
742 |
| - packages: write |
743 |
| - contents: write |
744 |
| - secrets: inherit |
745 |
| - with: |
746 |
| - dockerfile: Dockerfile |
747 |
| - dockerfile_alpine: Dockerfile-alpine |
748 |
| - image_title: Caddy with gandi dns plugin |
749 |
| - license: MIT |
750 |
| - tag: gandi |
751 |
| - alpine_tag: gandi-alpine |
752 |
| - go_plugin_link: github.com/caddy-dns/gandi |
753 |
| - hash_file: git-hashes/gandi.txt |
754 |
| - plugin_name: gandi |
755 |
| - repo: https://github.com/caddy-dns/gandi |
| 737 | + # trigger-gandi-build: |
| 738 | + # needs: check-for-plugin-updates |
| 739 | + # if: ${{ needs.check-for-plugin-updates.outputs.gandi == 'true' }} |
| 740 | + # uses: FarisZR/caddy-dns-OCI/.github/workflows/start-build.yml@main |
| 741 | + # permissions: |
| 742 | + # packages: write |
| 743 | + # contents: write |
| 744 | + # secrets: inherit |
| 745 | + # with: |
| 746 | + # dockerfile: Dockerfile |
| 747 | + # dockerfile_alpine: Dockerfile-alpine |
| 748 | + # image_title: Caddy with gandi dns plugin |
| 749 | + # license: MIT |
| 750 | + # tag: gandi |
| 751 | + # alpine_tag: gandi-alpine |
| 752 | + # go_plugin_link: github.com/caddy-dns/gandi |
| 753 | + # hash_file: git-hashes/gandi.txt |
| 754 | + # plugin_name: gandi |
| 755 | + # repo: https://github.com/caddy-dns/gandi |
756 | 756 |
|
757 | 757 | trigger-dynv6-build:
|
758 | 758 | needs: check-for-plugin-updates
|
|
0 commit comments