Skip to content

Commit

Permalink
disable transip build #3
Browse files Browse the repository at this point in the history
  • Loading branch information
FarisZR committed Oct 20, 2024
1 parent 154a874 commit c6823e2
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
vultr: ${{ steps.vultr.outputs.vultr-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
inwx: ${{ steps.inwx.outputs.inwx-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
mythicbeasts: ${{ steps.mythicbeasts.outputs.mythicbeasts-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
transip: ${{ steps.transip.outputs.transip-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
# transip: ${{ steps.transip.outputs.transip-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
# godaddy: ${{ steps.godaddy.outputs.godaddy-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
namesilo: ${{ steps.namesilo.outputs.namesilo-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
namedotcom: ${{ steps.namedotcom.outputs.namedotcom-out-of-date || steps.caddy-check.outputs.plugins-out-of-date }}
Expand Down Expand Up @@ -274,10 +274,10 @@ jobs:
id: mythicbeasts
run: sh commit-check.sh https://github.com/caddy-dns/mythicbeasts mythicbeasts-local.txt git-hashes/mythicbeasts.txt mythicbeasts-out-of-date

- name: Pull transip 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: transip
run: sh commit-check.sh https://github.com/caddy-dns/transip transip-local.txt git-hashes/transip.txt transip-out-of-date
# - name: Pull transip 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: transip
# run: sh commit-check.sh https://github.com/caddy-dns/transip transip-local.txt git-hashes/transip.txt transip-out-of-date

# - name: Pull godaddy 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
Expand Down Expand Up @@ -934,25 +934,25 @@ jobs:
plugin_name: mythicbeasts
repo: https://github.com/caddy-dns/mythicbeasts

trigger-transip-build:
needs: check-for-plugin-updates
if: ${{ needs.check-for-plugin-updates.outputs.transip == '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 transip dns plugin
license: MIT
tag: transip
alpine_tag: transip-alpine
go_plugin_link: github.com/caddy-dns/transip
hash_file: git-hashes/transip.txt
plugin_name: transip
repo: https://github.com/caddy-dns/transip
# trigger-transip-build:
# needs: check-for-plugin-updates
# if: ${{ needs.check-for-plugin-updates.outputs.transip == '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 transip dns plugin
# license: MIT
# tag: transip
# alpine_tag: transip-alpine
# go_plugin_link: github.com/caddy-dns/transip
# hash_file: git-hashes/transip.txt
# plugin_name: transip
# repo: https://github.com/caddy-dns/transip

# trigger-godaddy-build:
# needs: check-for-plugin-updates
Expand Down

0 comments on commit c6823e2

Please sign in to comment.