Skip to content

Commit

Permalink
feat: ec2 이전
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachneee committed Nov 28, 2024
1 parent ce8b9c5 commit b820955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Build and push
run: |
docker buildx build --platform linux/arm64 -t \
docker buildx build --platform linux/amd64 -t \
${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_IMAGE_BE_DEV }} --push .
deploy:
Expand Down

0 comments on commit b820955

Please sign in to comment.