@@ -102,7 +102,7 @@ jobs:
102
102
vultr : ${{ steps.vultr.outputs.vultr-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
103
103
inwx : ${{ steps.inwx.outputs.inwx-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
104
104
mythicbeasts : ${{ steps.mythicbeasts.outputs.mythicbeasts-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
105
- transip : ${{ steps.transip.outputs.transip-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
105
+ # transip: ${{ steps.transip.outputs.transip-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
106
106
# godaddy: ${{ steps.godaddy.outputs.godaddy-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
107
107
namesilo : ${{ steps.namesilo.outputs.namesilo-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
108
108
namedotcom : ${{ steps.namedotcom.outputs.namedotcom-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
@@ -274,10 +274,10 @@ jobs:
274
274
id : mythicbeasts
275
275
run : sh commit-check.sh https://github.com/caddy-dns/mythicbeasts mythicbeasts-local.txt git-hashes/mythicbeasts.txt mythicbeasts-out-of-date
276
276
277
- - name : Pull transip plugin remote commits
278
- 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
279
- id : transip
280
- run : sh commit-check.sh https://github.com/caddy-dns/transip transip-local.txt git-hashes/transip.txt transip-out-of-date
277
+ # - name: Pull transip plugin remote commits
278
+ # 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
279
+ # id: transip
280
+ # run: sh commit-check.sh https://github.com/caddy-dns/transip transip-local.txt git-hashes/transip.txt transip-out-of-date
281
281
282
282
# - name: Pull godaddy plugin remote commits
283
283
# 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
@@ -934,25 +934,25 @@ jobs:
934
934
plugin_name : mythicbeasts
935
935
repo : https://github.com/caddy-dns/mythicbeasts
936
936
937
- trigger-transip-build :
938
- needs : check-for-plugin-updates
939
- if : ${{ needs.check-for-plugin-updates.outputs.transip == 'true' }}
940
- uses : FarisZR/caddy-dns-OCI/.github/workflows/start-build.yml@main
941
- permissions :
942
- packages : write
943
- contents : write
944
- secrets : inherit
945
- with :
946
- dockerfile : Dockerfile
947
- dockerfile_alpine : Dockerfile-alpine
948
- image_title : Caddy with transip dns plugin
949
- license : MIT
950
- tag : transip
951
- alpine_tag : transip-alpine
952
- go_plugin_link : github.com/caddy-dns/transip
953
- hash_file : git-hashes/transip.txt
954
- plugin_name : transip
955
- repo : https://github.com/caddy-dns/transip
937
+ # trigger-transip-build:
938
+ # needs: check-for-plugin-updates
939
+ # if: ${{ needs.check-for-plugin-updates.outputs.transip == 'true' }}
940
+ # uses: FarisZR/caddy-dns-OCI/.github/workflows/start-build.yml@main
941
+ # permissions:
942
+ # packages: write
943
+ # contents: write
944
+ # secrets: inherit
945
+ # with:
946
+ # dockerfile: Dockerfile
947
+ # dockerfile_alpine: Dockerfile-alpine
948
+ # image_title: Caddy with transip dns plugin
949
+ # license: MIT
950
+ # tag: transip
951
+ # alpine_tag: transip-alpine
952
+ # go_plugin_link: github.com/caddy-dns/transip
953
+ # hash_file: git-hashes/transip.txt
954
+ # plugin_name: transip
955
+ # repo: https://github.com/caddy-dns/transip
956
956
957
957
# trigger-godaddy-build:
958
958
# needs: check-for-plugin-updates
0 commit comments