Use scylladb/scylla image (#312)

This commit is contained in:
Dmitry Kropachev
2025-04-24 14:02:37 -04:00
committed by GitHub
parent f745dc3993
commit 85ac2915b3
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
env:
SCYLLA_IMAGE: scylladb/scylla:6.0.0
SCYLLA_IMAGE: scylladb/scylla
GOBIN: ./bin
steps:
- name: Git Checkout

View File

@@ -1,7 +1,7 @@
all: check test
ifndef SCYLLA_IMAGE
SCYLLA_IMAGE := scylladb/scylla:6.0.0
SCYLLA_IMAGE := scylladb/scylla
endif
ifndef SCYLLA_CPU