diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 694bd2f..d810aa7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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