diff --git a/.github/workflows/escu-manual-workflow.yml b/.github/workflows/escu-manual-workflow.yml index 4dab4e9..3aa1a95 100644 --- a/.github/workflows/escu-manual-workflow.yml +++ b/.github/workflows/escu-manual-workflow.yml @@ -11,7 +11,7 @@ on: jobs: call-workflow: - uses: splunk/addonfactory-workflow-addon-release/.github/workflows/reusable-escu-manual-workflow.yml@v2.1 + uses: splunk/addonfactory-workflow-escu-test/.github/workflows/reusable-escu-manual-workflow.yml@v1.0 with: TA_BUILD: ${{ inputs.TA_BUILD }} TESTS: ${{ inputs.TESTS }} diff --git a/docker-compose-ci.yml b/docker-compose-ci.yml index 5fdc1dd..c9a3111 100644 --- a/docker-compose-ci.yml +++ b/docker-compose-ci.yml @@ -41,7 +41,7 @@ services: - results:/home/circleci/work sc4s: - image: splunk/scs:${SC4S_VERSION} + image: ghcr.io/splunk/splunk-connect-for-syslog/container2:${SC4S_VERSION} hostname: sc4s #When this is enabled test_common will fail # command: -det diff --git a/docker-compose.yml b/docker-compose.yml index 1e3f73c..da85da7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -42,7 +42,7 @@ services: - results:/home/circleci/work sc4s: - image: splunk/scs:${SC4S_VERSION} + image: ghcr.io/splunk/splunk-connect-for-syslog/container2:${SC4S_VERSION} hostname: sc4s #When this is enabled test_common will fail # command: -det