Skip to content

Commit 4187018

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)