Skip to content

Commit

Permalink
[chore] ci/cd 이미지명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryeolee committed Oct 6, 2023
1 parent 39537f4 commit 3931939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -t leeseungryeol/gteam:1.0 .
docker push 경leeseungryeol/gteam:1.0
docker push leeseungryeol/gteam:1.0
# 서버에서 Docker 이미지 실행
- name: EC2 Docker Run
Expand Down

0 comments on commit 3931939

Please sign in to comment.