Compare commits
No commits in common. "3938bcdf92cb0a0ac5cc446101c05468e0de478e" and "9e0ddfa4ba4af863b5f4756af5bd64e6f455e8f4" have entirely different histories.
3938bcdf92
...
9e0ddfa4ba
2 changed files with 2 additions and 4 deletions
|
@ -9,10 +9,8 @@ steps:
|
|||
from_secret: registry_username
|
||||
REGISTRY_PASSWORD:
|
||||
from_secret: registry_password
|
||||
REGISTRY_URL:
|
||||
from_secret: registry_url
|
||||
commands:
|
||||
- ./gradlew jib -Papp.version=${CI_COMMIT_TAG} -Pdocker.repo.username=$${REGISTRY_USERNAME} -Pdocker.repo.password=$${REGISTRY_PASSWORD} -Pregistry.fqdn=$${REGISTRY_URL}
|
||||
- ./gradlew jib -Papp.version=${CI_COMMIT_TAG} -Pdocker.repo.username=$${REGISTRY_USERNAME} -Pdocker.repo.password=$${REGISTRY_PASSWORD}
|
||||
|
||||
- name: notify
|
||||
image: deblan/woodpecker-email
|
||||
|
|
|
@ -27,7 +27,7 @@ repositories {
|
|||
|
||||
jib {
|
||||
to {
|
||||
image = "${project.property("registry.fqdn")}/github-release-bot/github-release-bot"
|
||||
image = "registry.azw27.de/github-release-bot/github-release-bot"
|
||||
|
||||
tags = if (project.hasProperty("app.version")) {
|
||||
setOf("v" + project.property("app.version").toString())
|
||||
|
|
Loading…
Reference in a new issue