We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf64f7f commit 4799a63Copy full SHA for 4799a63
1 file changed
.github/workflows/docker-image-ec2.yml
@@ -57,6 +57,7 @@ jobs:
57
run: |
58
VERSION=0.${{ github.run_number }}
59
docker push ${{ secrets.DOCKERHUB_USERNAME }}/weakness_server:$VERSION
60
+ docker push ${{ secrets.DOCKERHUB_USERNAME }}/weakness_server:latest
61
62
# 8. EC2에 SSH 연결 및 새 이미지 실행
63
- name: Deploy to EC2
0 commit comments