Skip to content

Commit

Permalink
Merge pull request #15 from NewWays-TechForImpactKAIST:feat/deploy-do…
Browse files Browse the repository at this point in the history
…cker

repository name을 소문자로 fix하기
  • Loading branch information
withSang authored Nov 13, 2023
2 parents d50e805 + 3937a42 commit 59fead3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
push: true
tags: |
"ghcr.io/NewWays-TechForImpactKAIST/backend:${{ env.IMAGE_TAG }}"
"ghcr.io/newways-techforimpactkaist/backend:${{ env.IMAGE_TAG }}"
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new

Expand Down

0 comments on commit 59fead3

Please sign in to comment.