Skip to content

Commit 2da7a0c

Browse files
committed
fix: update Dockerfile
Signed-off-by: Vikram Vaswani <2571660+vvaswani@users.noreply.github.com>
1 parent 98fed94 commit 2da7a0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Build Docker image
2222
run: |
23-
docker build -t ${REGISTRY}/${IMAGE_NAME}-${IMAGE_TAG}:1h .
23+
docker build -t ${REGISTRY}/${IMAGE_NAME}-${IMAGE_TAG}:1h ./app
2424
2525
- name: Push to ttl.sh
2626
id: push_image

0 commit comments

Comments
 (0)