This commit is contained in:
parent
33e6b4a4f9
commit
b931a87730
@ -50,7 +50,7 @@ def push_to_docker(ctx, context):
|
|||||||
# Build and push docker image
|
# Build and push docker image
|
||||||
def push_docker_step(context, tag_suffix, arch="amd64", repo="library"):
|
def push_docker_step(context, tag_suffix, arch="amd64", repo="library"):
|
||||||
return {
|
return {
|
||||||
"name": "build",
|
"name": "push {} {}".format(context, tag_suffix),
|
||||||
"image": "plugins/docker",
|
"image": "plugins/docker",
|
||||||
"settings": {
|
"settings": {
|
||||||
"repo": "iamthefij/dockamole-{}".format(context),
|
"repo": "iamthefij/dockamole-{}".format(context),
|
||||||
|
Loading…
Reference in New Issue
Block a user