Skip to content

Commit 17ca16a

Browse files
committed
test : 도커 허브 푸쉬 추가
1 parent de8e2aa commit 17ca16a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,14 @@ jobs:
2727
username: ${{ secrets.DOCKER_ID }}
2828
password: ${{ secrets.DOCKER_PWD }}
2929

30-
- name: docker image bulid
30+
- name: docker image build
3131
run: |
3232
docker build -t ${{ secrets.DOCKER_ID }}/${{ secrets.DOCKER_REPOSITORY }}:${{ secrets.DOCKER_TAG }} .
3333
34+
- name: docker hub push
35+
run: |
36+
docker push ${{ secrets.DOCKER_ID }}/${{ secrets.DOCKER_REPOSITORY }}:${{ secrets.DOCKER_TAG }}
37+
3438
- name: SSH into server and deploy
3539
uses: appleboy/[email protected]
3640
with:

0 commit comments

Comments
 (0)