We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14737e commit 3dee7d0Copy full SHA for 3dee7d0
1 file changed
.github/workflows/deploy.yml
@@ -8,8 +8,8 @@ on:
8
9
env:
10
REGISTRY: ghcr.io
11
- # Project prefix – change this in repo secrets/variables to rename everything
12
- PROJECT_PREFIX: "taimako" # Add to github repo actions variables
+ # Project prefix – change this to rename everything
+ PROJECT_PREFIX: "taimako"
13
14
# Container and network names (derived from prefix)
15
POSTGRES_CONTAINER: ${{ env.PROJECT_PREFIX }}_postgres
0 commit comments