From 5a01518eb3ea5fccb66a95c0777528311f0ac620 Mon Sep 17 00:00:00 2001 From: FarisZR <35614734+FarisZR@users.noreply.github.com> Date: Mon, 29 May 2023 22:54:08 +0300 Subject: [PATCH] disable netcup and acmedns until #1 is fixed --- .github/workflows/main-workflow.yml | 96 ++++++++++++++--------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/.github/workflows/main-workflow.yml b/.github/workflows/main-workflow.yml index 8991ef5..6fa1a27 100644 --- a/.github/workflows/main-workflow.yml +++ b/.github/workflows/main-workflow.yml @@ -80,12 +80,12 @@ jobs: namecheap: ${{ steps.namecheap.outputs.namecheap-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }} digitalocean: ${{ steps.digitalocean.outputs.digitalocean-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }} hetzner: ${{ steps.hetzner.outputs.hetzner-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }} - acmedns: ${{ steps.acmedns.outputs.acmedns-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }} + # acmedns: ${{ steps.acmedns.outputs.acmedns-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }} alidns: ${{ steps.alidns.outputs.alidns-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }} dnspod: ${{ steps.dnspod.outputs.dnspod-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }} google-domains: ${{ steps.google-domains.outputs.google-domains-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }} vercel: ${{ steps.vercel.outputs.vercel-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }} - netcup: ${{ steps.netcup.outputs.netcup-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }} + # netcup: ${{ steps.netcup.outputs.netcup-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }} powerdns: ${{ steps.powerdns.outputs.powerdns-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }} googleclouddns: ${{ steps.googleclouddns.outputs.googleclouddns-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }} ovh: ${{ steps.ovh.outputs.ovh-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }} @@ -148,10 +148,10 @@ jobs: id: hetzner run: sh commit-check.sh https://github.com/caddy-dns/hetzner hetzner-local.txt git-hashes/hetzner.txt hetzner-out-of-date - - name: Pull acmedns plugin remote commits - 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 - id: acmedns - run: sh commit-check.sh https://github.com/caddy-dns/acmedns acmedns-local.txt git-hashes/acmedns.txt acmedns-out-of-date + # - name: Pull acmedns plugin remote commits + # 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 + # id: acmedns + # run: sh commit-check.sh https://github.com/caddy-dns/acmedns acmedns-local.txt git-hashes/acmedns.txt acmedns-out-of-date - name: Pull alidns plugin remote commits 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 @@ -173,10 +173,10 @@ jobs: id: vercel run: sh commit-check.sh https://github.com/caddy-dns/vercel vercel-local.txt git-hashes/vercel.txt vercel-out-of-date - - name: Pull netcup plugin remote commits - 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 - id: netcup - run: sh commit-check.sh https://github.com/caddy-dns/netcup netcup-local.txt git-hashes/netcup.txt netcup-out-of-date + # - name: Pull netcup plugin remote commits + # 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 + # id: netcup + # run: sh commit-check.sh https://github.com/caddy-dns/netcup netcup-local.txt git-hashes/netcup.txt netcup-out-of-date - name: Pull powerdns plugin remote commits 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 @@ -398,25 +398,25 @@ jobs: plugin_name: hetzner repo: https://github.com/caddy-dns/hetzner - trigger-acmedns-build: - needs: check-for-plugin-updates - if: ${{ needs.check-for-plugin-updates.outputs.acmedns == 'true' }} - uses: FarisZR/caddy-dns-OCI/.github/workflows/start-build.yml@main - permissions: - packages: write - contents: write - secrets: inherit - with: - dockerfile: Dockerfile - dockerfile_alpine: Dockerfile-alpine - image_title: Caddy with acmedns dns plugin - license: MIT - tag: acmedns - alpine_tag: acmedns-alpine - go_plugin_link: github.com/caddy-dns/acmedns - hash_file: git-hashes/acmedns.txt - plugin_name: acmedns - repo: https://github.com/caddy-dns/acmedns + # trigger-acmedns-build: + # needs: check-for-plugin-updates + # if: ${{ needs.check-for-plugin-updates.outputs.acmedns == 'true' }} + # uses: FarisZR/caddy-dns-OCI/.github/workflows/start-build.yml@main + # permissions: + # packages: write + # contents: write + # secrets: inherit + # with: + # dockerfile: Dockerfile + # dockerfile_alpine: Dockerfile-alpine + # image_title: Caddy with acmedns dns plugin + # license: MIT + # tag: acmedns + # alpine_tag: acmedns-alpine + # go_plugin_link: github.com/caddy-dns/acmedns + # hash_file: git-hashes/acmedns.txt + # plugin_name: acmedns + # repo: https://github.com/caddy-dns/acmedns trigger-alidns-build: needs: check-for-plugin-updates @@ -498,25 +498,25 @@ jobs: plugin_name: vercel repo: https://github.com/caddy-dns/vercel - trigger-netcup-build: - needs: check-for-plugin-updates - if: ${{ needs.check-for-plugin-updates.outputs.netcup == 'true' }} - uses: FarisZR/caddy-dns-OCI/.github/workflows/start-build.yml@main - permissions: - packages: write - contents: write - secrets: inherit - with: - dockerfile: Dockerfile - dockerfile_alpine: Dockerfile-alpine - image_title: Caddy with netcup dns plugin - license: MIT - tag: netcup - alpine_tag: netcup-alpine - go_plugin_link: github.com/caddy-dns/netcup - hash_file: git-hashes/netcup.txt - plugin_name: netcup - repo: https://github.com/caddy-dns/netcup + # trigger-netcup-build: + # needs: check-for-plugin-updates + # if: ${{ needs.check-for-plugin-updates.outputs.netcup == 'true' }} + # uses: FarisZR/caddy-dns-OCI/.github/workflows/start-build.yml@main + # permissions: + # packages: write + # contents: write + # secrets: inherit + # with: + # dockerfile: Dockerfile + # dockerfile_alpine: Dockerfile-alpine + # image_title: Caddy with netcup dns plugin + # license: MIT + # tag: netcup + # alpine_tag: netcup-alpine + # go_plugin_link: github.com/caddy-dns/netcup + # hash_file: git-hashes/netcup.txt + # plugin_name: netcup + # repo: https://github.com/caddy-dns/netcup trigger-powerdns-build: needs: check-for-plugin-updates