Skip to content

Commit

Permalink
Refactor Docker Compose configuration for Redis containerization
Browse files Browse the repository at this point in the history
  • Loading branch information
f3an committed Oct 13, 2024
1 parent ac87acb commit 3f22da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Publish Docker Container
uses: PepeCodeHub/Workflows/[email protected]
with:
docker_image_name: 'postgresql-docker-db'
docker_image_name: 'redis-docker'
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 3f22da8

Please sign in to comment.