Skip to content

Commit

Permalink
scheduler docker
Browse files Browse the repository at this point in the history
  • Loading branch information
appad committed May 8, 2024
1 parent f46a177 commit 7edff85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-build-scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ jobs:
with:
context: ./gui/scheduler
platforms: linux/amd64,linux/arm64
file: ./api/Dockerfile
push: true
tags: ghcr.io/${{ steps.downcase.outputs.downcase }}/scheduler:latest,ghcr.io/${{ steps.downcase.outputs.downcase }}/scheduler:${{ github.sha }}
1 change: 1 addition & 0 deletions docker-compose.local.secure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
- redis-data:/data
env_file: .secure.local.env


volumes:
redis-insight:
redis-data:

0 comments on commit 7edff85

Please sign in to comment.