Skip to content

Commit 0c85079

Browse files
committed
fix: build
1 parent 20f3279 commit 0c85079

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pre-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
DOCKER_BUILDKIT=1 docker build -f ./go/Dockerfile \
1919
-t ghcr.io/hatchet-dev/managed-worker-quickstarts/go:latest \
2020
--platform linux/amd64 \
21-
.
21+
./go
2222
- name: Push to GHCR
2323
run: |
2424
docker push ghcr.io/hatchet-dev/managed-worker-quickstarts/go:latest
@@ -36,7 +36,7 @@ jobs:
3636
DOCKER_BUILDKIT=1 docker build -f ./python/Dockerfile \
3737
-t ghcr.io/hatchet-dev/managed-worker-quickstarts/python:latest \
3838
--platform linux/amd64 \
39-
.
39+
./python
4040
- name: Push to GHCR
4141
run: |
4242
docker push ghcr.io/hatchet-dev/managed-worker-quickstarts/python:latest
@@ -54,7 +54,7 @@ jobs:
5454
DOCKER_BUILDKIT=1 docker build -f ./typescript/Dockerfile \
5555
-t ghcr.io/hatchet-dev/managed-worker-quickstarts/typescript:latest \
5656
--platform linux/amd64 \
57-
.
57+
./typescript
5858
- name: Push to GHCR
5959
run: |
6060
docker push ghcr.io/hatchet-dev/managed-worker-quickstarts/typescript:latest

0 commit comments

Comments
 (0)