File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments