Skip to content

Commit

Permalink
REFACTOR : CI.yml 리팩토링
Browse files Browse the repository at this point in the history
  • Loading branch information
choidongkuen committed Sep 22, 2023
1 parent 893a415 commit ca8bd41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
- name: Docker build & push
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -t howmuchpay_image .
docker tag howmuchpay_image choidongkuen/howmuchpay_image:latest
docker build -t choidongkuen/howmuchpay_image .
docker tag choidongkuen/howmuchpay_image choidongkuen/howmuchpay_image:latest
docker push ${{ secrets.DOCKER_USERNAME }}/howmuchpay_image:latest

0 comments on commit ca8bd41

Please sign in to comment.