Skip to content

Commit

Permalink
docs: update dockerhub documentation from Gemini ReadMe
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <[email protected]>
  • Loading branch information
CodeLieutenant committed Dec 9, 2024
1 parent f4ad56e commit 87f3c81
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/dockerhub-description.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Update Docker Hub Description
on:
push:
branches:
- master
paths:
- README.md
- .github/workflows/dockerhub-description.yml
jobs:
description:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: scylladb/gemini
short-description: ${{ github.event.repository.description }}
enable-url-completion: true
2 changes: 0 additions & 2 deletions docker/docker-compose-scylla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ services:
command: --smp 1 --memory 1024M --api-address 0.0.0.0
networks:
gemini:
ipv4_address: 192.168.100.2

gemini-test:
image: scylladb/scylla:${SCYLLA_TEST_VERSION:-6.2}
Expand All @@ -24,4 +23,3 @@ services:
command: --smp 2 --memory 1024M --api-address 0.0.0.0
networks:
gemini:
ipv4_address: 192.168.100.3

0 comments on commit 87f3c81

Please sign in to comment.