Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Heavyrisem committed Feb 27, 2024
1 parent 092af03 commit 07a5157
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-build-reuseable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: heavyrisem
username: ${{ secrets.GHCR_USER }}
password: ${{ secrets.GHCR_PAT }} # Settings > Secrets > Actions 의 GHCR_PAT 값을 불러옴

# Docker Build
Expand All @@ -74,8 +74,6 @@ jobs:
context: .
push: true # ghcr에 push
tags: ${{ env.DOCKER_IMAGE }}:${{ github.run_id }},${{ env.DOCKER_IMAGE }}:latest # 이미지 버전 [이미지 고유 아이디, latest]
build-args: |
NPM_TOKEN=${{ secrets.NPM_TOKEN }}
platforms: linux/arm64
cache-from: type=gha # 여기서 gha 는 Guthub Actions 용 캐시를 의미합니다.
cache-to: type=gha,mode=max

0 comments on commit 07a5157

Please sign in to comment.