Update .forgejo/workflows/package-check.yml
This commit is contained in:
parent
6c6a3c692c
commit
46c3576902
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue