Skip to content

Commit 8431272

Browse files
ci: common template rollout changes
1 parent 10f9b98 commit 8431272

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/escu-manual-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
call-workflow:
14-
uses: splunk/addonfactory-workflow-addon-release/.github/workflows/reusable-escu-manual-workflow.yml@v2.1
14+
uses: splunk/addonfactory-workflow-escu-test/.github/workflows/reusable-escu-manual-workflow.yml@v1.0
1515
with:
1616
TA_BUILD: ${{ inputs.TA_BUILD }}
1717
TESTS: ${{ inputs.TESTS }}

docker-compose-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
- results:/home/circleci/work
4242

4343
sc4s:
44-
image: splunk/scs:${SC4S_VERSION}
44+
image: ghcr.io/splunk/splunk-connect-for-syslog/container2:${SC4S_VERSION}
4545
hostname: sc4s
4646
#When this is enabled test_common will fail
4747
# command: -det

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
- results:/home/circleci/work
4343

4444
sc4s:
45-
image: splunk/scs:${SC4S_VERSION}
45+
image: ghcr.io/splunk/splunk-connect-for-syslog/container2:${SC4S_VERSION}
4646
hostname: sc4s
4747
#When this is enabled test_common will fail
4848
# command: -det

0 commit comments

Comments
 (0)