🚧 Rename my_ocrd_workflow to ocrd-galley in image names
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Gerber, Mike 2021-02-15 11:07:10 +01:00
parent ad55fda98c
commit a0c19aef19

View file

@ -50,7 +50,7 @@ def step_for(ctx, sub_image, tags):
"tags": tags,
"username": { "from_secret": "docker_username" },
"password": { "from_secret": "docker_password" },
"repo": "mikegerber/my_ocrd_workflow-%s" % sub_image,
"repo": "mikegerber/ocrd-galley-%s" % sub_image,
"dockerfile": "Dockerfile-%s" % sub_image,
}
}