diff --git a/.forgejo/workflows/package-check.yml b/.forgejo/workflows/package-check.yml index a09219d..3440795 100644 --- a/.forgejo/workflows/package-check.yml +++ b/.forgejo/workflows/package-check.yml @@ -1,4 +1,4 @@ -name: Auto Build Monero Node Docker Container +name: Auto Build p2pool Node Docker Container enable-email-notifications: true on: @@ -11,14 +11,14 @@ jobs: runs-on: dind env: - PACKAGE: monero + PACKAGE: p2pool DOCKER_REGISTRY: git.shork.ch REGISTRY_USER: melody COMMIT_AUTHOR_NAME: "forgejo-runner" COMMIT_AUTHOR_EMAIL: "forgejo-runner@shork.ch" COMMIT_MESSAGE: "Update build metadata" - GET_NEWEST_VERSION_CMD: "curl https://api.github.com/repos/monero-project/monero/tags | jq -r .[0].name" - GIT_REPO_URL: "https://github.com/monero-project/monero" + GET_NEWEST_VERSION_CMD: "curl https://api.github.com/repos/SChernykh/p2pool/tags | jq -r .[0].name" + GIT_REPO_URL: "https://github.com/SChernykh/p2pool" steps: - name: Install dependencies