Skip to content

Commit

Permalink
fix ci after PR 1381
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Feb 5, 2021
1 parent d7215de commit 249e98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down

0 comments on commit 249e98b

Please sign in to comment.