Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongSH1 committed Dec 6, 2023
1 parent f4f9e4b commit 2ecebd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}

- name: Push Docker image to Docker Hub
run: docker push heatpick-notification:latest
run: docker push heatpick-notification

- name: SSH into Ubuntu server and pull the latest image
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 2ecebd1

Please sign in to comment.