Skip to content

Commit

Permalink
♻️ :: cd 환경변수 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jyk1029 committed Aug 24, 2023
1 parent 856c73c commit 40cf8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: docker build -t rolls-royce .

- name: publish to Registry
run: docker push {{ secrets.DOCKER_REGISTRY }}:{{ secrets.DOCKER_IMAGE_TAG }}
run: docker push ${{ secrets.DOCKER_REGISTRY }}:${{ secrets.DOCKER_IMAGE_TAG }}

0 comments on commit 40cf8b0

Please sign in to comment.