From 249e98bee52fdb7b78f7c257058b0325023509b7 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Fri, 5 Feb 2021 12:42:12 +0100 Subject: [PATCH] fix ci after PR 1381 --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index fcb3b61a99f..90cb08bdae1 100644 --- a/.drone.star +++ b/.drone.star @@ -746,7 +746,7 @@ def dockerRelease(ctx, arch): 'context': 'ocis', 'auto_tag_suffix': 'linux-%s' % (arch), 'dockerfile': 'ocis/docker/Dockerfile.linux.%s' % (arch), - 'repo': ctx.build.commit, + 'repo': ctx.repo.slug, 'build_args': build_args, }, 'when': {