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