Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantorello committed Jun 19, 2024
1 parent f9e0582 commit 06c1e93
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
- name: Configure Docker to use Google Cloud credentials
run: gcloud auth configure-docker ${{ secrets.REGISTRY_URL }}

- name: Build and push API image
- name: Build and push docker image
run: |
SHA_IMAGE=${{ secrets.IMAGE_NAME }}:${{ github.sha }}
docker build -t $SHA_IMAGE -f packages/api/Dockerfile packages
git clone --depth 1 https://github.com/bambulab/BambuStudio.git
docker build -t $SHA_IMAGE -f ./Dockerfile packages
docker push $SHA_IMAGE

0 comments on commit 06c1e93

Please sign in to comment.