We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf40a7 commit d806a72Copy full SHA for d806a72
1 file changed
.github/workflows/dev.yaml
@@ -42,5 +42,6 @@ jobs:
42
-e GUAC_DB_HOST="${{ secrets.GUAC_DB_HOST }}" \
43
-e GUAC_DB_NAME="${{ secrets.GUAC_DB_NAME }}" \
44
-e REDIS_HOST="${{ secrets.REDIS_HOST }}" \
45
+ -e CMS_HOST="${{ secrets.CMS_HOST }}" \
46
$IMAGE
47
docker system prune -af
0 commit comments