Skip to content

Commit

Permalink
Merge pull request #46 from lotteon2/nowgnas-patch-1
Browse files Browse the repository at this point in the history
Update deploy-dev.yml
  • Loading branch information
nowgnas authored Jan 4, 2024
2 parents fd32118 + df6666a commit 5d70d7b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,16 @@ jobs:
username: ${{ secrets.DEV_DOCKER_ID }}
password: ${{ secrets.DEV_DOCKER_PW }}
- name: deploy
id: docker_build
id: docker_build-linux
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: nowgnas/bb:store
- name: deploy
id: docker_build-mac
uses: docker/build-push-action@v2
with:
platforms: linux/arm64
push: true
tags: nowgnas/bb:store

0 comments on commit 5d70d7b

Please sign in to comment.