Compare commits
1 Commits
c1357cb6c9
...
9a863f6ded
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a863f6ded |
@@ -34,8 +34,7 @@ def stepPR(arch):
|
|||||||
"settings": {
|
"settings": {
|
||||||
"dockerfile": "motsognir/Dockerfile",
|
"dockerfile": "motsognir/Dockerfile",
|
||||||
"repo": "dragonchaser/motsognir",
|
"repo": "dragonchaser/motsognir",
|
||||||
"dry_run": "true",
|
"dry_run": "false",
|
||||||
"purge" : "false",
|
|
||||||
"tag": "latest-%s" % (arch),
|
"tag": "latest-%s" % (arch),
|
||||||
"username": {
|
"username": {
|
||||||
"from_secret": "dockerhub-userxx"
|
"from_secret": "dockerhub-userxx"
|
||||||
@@ -51,7 +50,7 @@ def stepPR(arch):
|
|||||||
"settings": {
|
"settings": {
|
||||||
"dockerfile": "motsognir/Dockerfile",
|
"dockerfile": "motsognir/Dockerfile",
|
||||||
"repo": "quay.io/dragonchaser/motsognir",
|
"repo": "quay.io/dragonchaser/motsognir",
|
||||||
"dry_run": "true",
|
"dry_run": "false",
|
||||||
"tag": "latest-%s" % (arch),
|
"tag": "latest-%s" % (arch),
|
||||||
"username": {
|
"username": {
|
||||||
"from_secret": "dockerhub-userxx"
|
"from_secret": "dockerhub-userxx"
|
||||||
|
|||||||
Reference in New Issue
Block a user