We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fed94 commit 2da7a0cCopy full SHA for 2da7a0c
1 file changed
.github/workflows/release.yaml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Build Docker image
22
run: |
23
- docker build -t ${REGISTRY}/${IMAGE_NAME}-${IMAGE_TAG}:1h .
+ docker build -t ${REGISTRY}/${IMAGE_NAME}-${IMAGE_TAG}:1h ./app
24
25
- name: Push to ttl.sh
26
id: push_image
0 commit comments