Skip to content

Commit

Permalink
chore: 🔧 update package lock but also build bun
Browse files Browse the repository at this point in the history
  • Loading branch information
cif committed May 29, 2024
1 parent f0cd2f9 commit 0a7cb44
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
bunx tsr generate
bun test
# TODO: bun build:lib && https://github.com/marketplace/actions/bump-version-package-json
docker:
needs: test
name: "Docker Build & Publish to AR"
Expand All @@ -36,7 +37,7 @@ jobs:
- name: "Push to AR"
run: |
docker build . \
-f Dockerfile.node \
-f Dockerfile.bun \
-t ${{ secrets.GCP_AR_PATH }}/app:${GITHUB_SHA::6} \
-t ${{ secrets.GCP_AR_PATH }}/app:latest
docker push ${{ secrets.GCP_AR_PATH }}/app:${GITHUB_SHA::6}
Expand Down
17 changes: 15 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a7cb44

Please sign in to comment.