Skip to content

Commit

Permalink
Replace cassandra 5.0 beta with 5.0-rc1 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Jul 22, 2024
1 parent fc5234d commit 8b1a9fb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
docker build -t $IMAGE_NAME .
docker push $IMAGE_NAME
cd ../cassandra-5.0-beta1
IMAGE_NAME=shotover/cassandra-test:5.0-beta1-${GITHUB_REF/refs\/tags\//}
cd ../cassandra-5.0-rc1
IMAGE_NAME=shotover/cassandra-test:5.0-rc1-${GITHUB_REF/refs\/tags\//}
docker build -t $IMAGE_NAME .
docker push $IMAGE_NAME
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM library/cassandra:5.0-beta1
FROM library/cassandra:5.0-rc1

COPY ./cassandra.yaml /etc/cassandra/cassandra.yaml
COPY docker-entrypoint.sh /usr/local/bin/
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8b1a9fb

Please sign in to comment.