We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f18ed59 commit b149f3bCopy full SHA for b149f3b
docker-stack.yml
@@ -2,7 +2,7 @@ version: "3.8"
2
3
services:
4
app:
5
- image: ghcr.io/${IMAGE_NAME}:${GIT_COMMIT_HASH:}
+ image: ghcr.io/${IMAGE_NAME}:${GIT_COMMIT_HASH}
6
dns:
7
- 8.8.8.8
8
- 8.8.4.4
0 commit comments