diff --git a/.drone.star b/.drone.star index f7d1243..f620081 100644 --- a/.drone.star +++ b/.drone.star @@ -32,7 +32,7 @@ def step_for(ctx, sub_image): "build_args": [ "DRONE_COMMIT=%s" % ctx.build.commit, ], - "tags: [ + "tags": [ ctx.build.commit, ], "username": { "from_secret": "docker_username" },