Skip to content

Commit 427f670

Browse files
committed
chore: use bun without workos mistake
1 parent d91b1f0 commit 427f670

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: "Push to AR"
3737
run: |
3838
docker build . \
39-
-f Dockerfile.node \
39+
-f Dockerfile.bun \
4040
-t ${{ secrets.GCP_AR_PATH }}/app:${GITHUB_SHA::6} \
4141
-t ${{ secrets.GCP_AR_PATH }}/app:latest
4242
docker push ${{ secrets.GCP_AR_PATH }}/app:${GITHUB_SHA::6}

0 commit comments

Comments
 (0)