Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
abelanger5 committed Jan 20, 2025
1 parent 20f3279 commit 0c85079
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
DOCKER_BUILDKIT=1 docker build -f ./go/Dockerfile \
-t ghcr.io/hatchet-dev/managed-worker-quickstarts/go:latest \
--platform linux/amd64 \
.
./go
- name: Push to GHCR
run: |
docker push ghcr.io/hatchet-dev/managed-worker-quickstarts/go:latest
Expand All @@ -36,7 +36,7 @@ jobs:
DOCKER_BUILDKIT=1 docker build -f ./python/Dockerfile \
-t ghcr.io/hatchet-dev/managed-worker-quickstarts/python:latest \
--platform linux/amd64 \
.
./python
- name: Push to GHCR
run: |
docker push ghcr.io/hatchet-dev/managed-worker-quickstarts/python:latest
Expand All @@ -54,7 +54,7 @@ jobs:
DOCKER_BUILDKIT=1 docker build -f ./typescript/Dockerfile \
-t ghcr.io/hatchet-dev/managed-worker-quickstarts/typescript:latest \
--platform linux/amd64 \
.
./typescript
- name: Push to GHCR
run: |
docker push ghcr.io/hatchet-dev/managed-worker-quickstarts/typescript:latest

0 comments on commit 0c85079

Please sign in to comment.