Skip to content

Commit

Permalink
Action test
Browse files Browse the repository at this point in the history
  • Loading branch information
SalkCoding committed Dec 12, 2024
1 parent 1faacdf commit 19c15c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
file: ./Dockerfile
platforms: linux/amd64
push: true
tags: ${{ DOCKER_REPOSITORY }}/${{ DOCKER_IMAGE }}
tags: ${{ secrets.DOCKER_REPOSITORY }}/${{ secrets.DOCKER_IMAGE }}
cache-from: type=gha # 여기서 gha 는 Guthub Actions 용 캐시를 의미합니다.
cache-to: type=gha,mode=max

Expand Down

0 comments on commit 19c15c9

Please sign in to comment.