From 4ca45396f76fe5538dc1ad046e452a8f5b454ee0 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Mon, 17 Jun 2024 15:34:44 -0700 Subject: [PATCH] Make protocol configurable --- .github/workflows/cd-swarm-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd-swarm-deploy.yml b/.github/workflows/cd-swarm-deploy.yml index 9f2fca70..a1dfc779 100644 --- a/.github/workflows/cd-swarm-deploy.yml +++ b/.github/workflows/cd-swarm-deploy.yml @@ -117,6 +117,7 @@ jobs: STACK_NAME: ${{ inputs.STACK_NAME }} IMAGE_TAG: ${{ inputs.IMAGE_TAG }} PORTAINER_DOMAIN: ${{ inputs.PORTAINER_DOMAIN }} + PORTAINER_DOMAIN_PROTOCOL: ${{ inputs.PORTAINER_DOMAIN_PROTOCOL }} - uses: ./actions/.github/actions/slack if: ${{ inputs.NOTIFY_SLACK == true }}