Skip to content

Commit 146888b

Browse files
authored
Merge pull request #58 from SeoJaeWan/develop
Deploy
2 parents ac743f2 + 175b096 commit 146888b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
docker buildx build --cache-from=type=local,src=/tmp/.buildx-cache \
4040
--cache-to=type=local,dest=/tmp/.buildx-cache \
4141
--push \
42-
-t ${{ secrets.DOCKERHUB_USERNAME}}/rhythm-up:latest .
42+
-t ${{ secrets.DOCKERHUB_USERNAME}}/rhythm-up2:latest .
4343
4444
- name: Deploy to Server with Docker Compose
4545
uses: appleboy/ssh-action@master

0 commit comments

Comments
 (0)