Skip to content

Commit

Permalink
chore: backend cd job 오류 수정
Browse files Browse the repository at this point in the history
Co-authored-by: coli-geonwoo <[email protected]>
  • Loading branch information
eun-byeol and coli-geonwoo committed Jul 19, 2024
1 parent 3954941 commit d62093b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Pull Docker image from DockerHub
run: docker pull ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:${{ github.sha }}
run: docker pull --platform linux/x64/v8 ${{ secrets.DOCKERHUB_USERNAME }}/$DOCKERHUB_REPOSITORY:${{ github.sha }}

- name: Stop existing Docker container
run: docker stop $DOCKERHUB_REPOSITORY || true
Expand Down

0 comments on commit d62093b

Please sign in to comment.