Skip to content

Commit f18ed59

Browse files
move image name into envvar
1 parent 56a06a2 commit f18ed59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
app:
5-
image: ghcr.io/nu31hackerspace/space:${GIT_COMMIT_HASH:-latest}
5+
image: ghcr.io/${IMAGE_NAME}:${GIT_COMMIT_HASH:}
66
dns:
77
- 8.8.8.8
88
- 8.8.4.4

0 commit comments

Comments
 (0)