diff --git a/.gitea/workflows/dokku.yaml b/.gitea/workflows/dokku.yaml index e66e941..dd31652 100644 --- a/.gitea/workflows/dokku.yaml +++ b/.gitea/workflows/dokku.yaml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Push to dokku - uses: dokku/github-action@main + uses: dokku/github-action@master with: git_remote_url: "ssh://dokku@sergio.run:3022/hello-world" ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}