Skip to content

Commit

Permalink
chore: 도커 빌드엑스 세팅 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook02 committed Jan 8, 2024
1 parent 2ebf659 commit 33e5bd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/develop_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
--scan
cache-read-only: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/develop' }} # feature 브랜치는 캐시를 읽기 전용으로 설정

# Docker Buildx 세팅
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

# Dockerhub 로그인
- name: Login to Dockerhub
uses: docker/login-action@v3
Expand Down

0 comments on commit 33e5bd3

Please sign in to comment.