diff --git a/.drone.star b/.drone.star index 651e667..f7d1243 100644 --- a/.drone.star +++ b/.drone.star @@ -28,11 +28,13 @@ def step_for(ctx, sub_image): "name": "build %s" % sub_image, "image": "plugins/docker", "settings": { - "auto_tag": True, "purge": False, "build_args": [ "DRONE_COMMIT=%s" % ctx.build.commit, ], + "tags: [ + ctx.build.commit, + ], "username": { "from_secret": "docker_username" }, "password": { "from_secret": "docker_password" }, "repo": "mikegerber/my_ocrd_workflow-%s" % sub_image,