From 8a6cb00933405840c788961939ce4272de1a3926 Mon Sep 17 00:00:00 2001 From: binhex Date: Tue, 21 Sep 2021 11:28:22 +0100 Subject: [PATCH] rework workflows --- .github/workflows/workflow-docker-manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-docker-manual.yml b/.github/workflows/workflow-docker-manual.yml index fa498a7..ea28dea 100644 --- a/.github/workflows/workflow-docker-manual.yml +++ b/.github/workflows/workflow-docker-manual.yml @@ -50,7 +50,7 @@ jobs: git_clone_scripts_repo="https://github.com/binhex/scripts.git" git clone "${git_clone_scripts_repo}" "${git_clone_scripts_dest}" - "${git_clone_scripts_dest}/shell/arch/docker/testrunner.sh" --image-name "ghcr.io/${{ github.repository }}:${{ github.event.inputs.tags }}" --host-port '9999' --container-port '8118' --network-type 'bridge' --env-vars '-e VPN_ENABLED=no' + "${git_clone_scripts_dest}/shell/arch/docker/testrunner.sh" --image-name "ghcr.io/${{ github.repository }}:${{ github.event.inputs.tags }}" --container-ports '-p 9999:8118' --network-type 'bridge' --env-vars '-e VPN_ENABLED=no' - name: Push Docker image to Docker Hub uses: nick-invision/retry@v2.4.0 with: