Skip to content

Commit

Permalink
Merge pull request #22 from Kusitms-29th-Kobaco-A/chore/blue-green
Browse files Browse the repository at this point in the history
chore : 도커 이미지 멀티 플랫폼으로 빌드 되게 설정
  • Loading branch information
tlarbals824 authored Feb 29, 2024
2 parents 828a6dc + e38ed90 commit d338164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# 3. Docker 이미지 빌드
- name: docker image build
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/github-actions-kobaco ./kobaco/kobaco/
run: docker buildx build --platform linux/arm64 -t ${{ secrets.DOCKERHUB_USERNAME }}/github-actions-kobaco ./kobaco/kobaco/

# 4. DockerHub 로그인
- name: docker login
Expand Down

0 comments on commit d338164

Please sign in to comment.