We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac743f2 + 175b096 commit 146888bCopy full SHA for 146888b
.github/workflows/deploy.yml
@@ -39,7 +39,7 @@ jobs:
39
docker buildx build --cache-from=type=local,src=/tmp/.buildx-cache \
40
--cache-to=type=local,dest=/tmp/.buildx-cache \
41
--push \
42
- -t ${{ secrets.DOCKERHUB_USERNAME}}/rhythm-up:latest .
+ -t ${{ secrets.DOCKERHUB_USERNAME}}/rhythm-up2:latest .
43
44
- name: Deploy to Server with Docker Compose
45
uses: appleboy/ssh-action@master
0 commit comments