Skip to content

Commit

Permalink
fix(docker): remove uppercase in repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
withSang committed Nov 13, 2023
1 parent 1ac9f6a commit 3937a42
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 3937a42

Please sign in to comment.