Compare commits
1 Commits
228a76cd12
...
acb8e384e7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
acb8e384e7 |
@@ -18,7 +18,7 @@ def stepPR(arch):
|
|||||||
},
|
},
|
||||||
"steps": [
|
"steps": [
|
||||||
{
|
{
|
||||||
"name": "build-image-%s" % (arch),
|
"name": "build-and-push-image-%s" % (arch),
|
||||||
"image": "plugins/docker",
|
"image": "plugins/docker",
|
||||||
"settings": {
|
"settings": {
|
||||||
"dockerfile": "motsognir/Dockerfile",
|
"dockerfile": "motsognir/Dockerfile",
|
||||||
@@ -52,7 +52,7 @@ def stepMergeMaster(arch):
|
|||||||
},
|
},
|
||||||
"steps": [
|
"steps": [
|
||||||
{
|
{
|
||||||
"name": "build-build-and-publish-image-%s" % (arch),
|
"name": "build-image-%s" % (arch),
|
||||||
"image": "plugins/docker",
|
"image": "plugins/docker",
|
||||||
"settings": {
|
"settings": {
|
||||||
"dockerfile": "motsognir/Dockerfile",
|
"dockerfile": "motsognir/Dockerfile",
|
||||||
|
|||||||
Reference in New Issue
Block a user