mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-09 06:39:53 +02:00
This commit is contained in:
parent
67684351de
commit
44f5fdd61f
1 changed files with 3 additions and 3 deletions
|
@ -30,9 +30,9 @@ def step_for(ctx, sub_image):
|
|||
"settings": {
|
||||
"auto_tag": True,
|
||||
"purge": False,
|
||||
"build_args": {
|
||||
"DRONE_COMMIT": ctx.build.commit,
|
||||
},
|
||||
"build_args": [
|
||||
"DRONE_COMMIT=%s" % ctx.build.commit,
|
||||
],
|
||||
"username": { "from_secret": "docker_username" },
|
||||
"password": { "from_secret": "docker_password" },
|
||||
"repo": "mikegerber/my_ocrd_workflow-%s" % sub_image,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue