fix ci after PR 1381

This commit is contained in:
Willy Kloucek
2021-02-05 12:42:12 +01:00
parent d7215deb89
commit 249e98bee5

View File

@@ -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': {