Switch to use scylla image instead of scylla version (#277)

Currently Makefile uses SCYLLA_VERSION to define docker image.
Switching to SCYLLA_IMAGE instead will help to target enterprise, nightly or custom image
This commit is contained in:
Dmitry Kropachev
2024-06-28 02:15:52 -04:00
committed by GitHub
parent 7072863b0c
commit fcd76082db
2 changed files with 6 additions and 6 deletions

View File

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