Skip to content

Commit

Permalink
Merge pull request #16 from woowacourse-teams/hotfix/be/#15
Browse files Browse the repository at this point in the history
[Fix] - CI workflow docker image platform 변경
  • Loading branch information
eunjungL authored Jul 15, 2024
2 parents 4e100da + e52fd84 commit d431c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/be-dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{secrets.DOCKER_PASSWORD}}

- name: Build the Docker image
run: docker build -f ./Dockerfile --no-cache -t touroot/touroot-api .
run: docker build -f ./Dockerfile --platform linux/arm64 --no-cache -t touroot/touroot-api .

- name: Push the Docker Image to Dockerhub
run: docker push touroot/touroot-api

0 comments on commit d431c31

Please sign in to comment.