Skip to content

Commit 1439574

Browse files
authored
Merge pull request #1173 from scylladb/dk/fix-scylla-images
Get rid of custom scylla images
2 parents f9f0940 + 188964e commit 1439574

File tree

3 files changed

+173
-54
lines changed

3 files changed

+173
-54
lines changed

.github/workflows/authenticate_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
runs-on: ubuntu-latest
2222
services:
2323
scylladb:
24-
image: scylladb/scylla-passauth
24+
image: scylladb/scylla
25+
command: --authenticator PasswordAuthenticator
2526
ports:
2627
- 9042:9042
2728
options: --health-cmd "cqlsh --username cassandra --password cassandra --debug" --health-interval 5s --health-retries 30

.github/workflows/tls.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
timeout-minutes: 60
2121
services:
2222
scylladb:
23-
image: scylladb/scylla-tls
23+
image: scylla-tls
24+
build: ./test/tls
2425
ports:
2526
- 9042:9042
2627
- 9142:9142

0 commit comments

Comments
 (0)