🚧 Try out Drone CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Gerber, Mike 2021-02-12 11:35:54 +01:00
parent 67684351de
commit 44f5fdd61f

View file

@ -30,9 +30,9 @@ def step_for(ctx, sub_image):
"settings": { "settings": {
"auto_tag": True, "auto_tag": True,
"purge": False, "purge": False,
"build_args": { "build_args": [
"DRONE_COMMIT": ctx.build.commit, "DRONE_COMMIT=%s" % ctx.build.commit,
}, ],
"username": { "from_secret": "docker_username" }, "username": { "from_secret": "docker_username" },
"password": { "from_secret": "docker_password" }, "password": { "from_secret": "docker_password" },
"repo": "mikegerber/my_ocrd_workflow-%s" % sub_image, "repo": "mikegerber/my_ocrd_workflow-%s" % sub_image,