Skip to content

Commit

Permalink
Merge pull request #1600 from owncloud/fix_ci_after_PR_1381
Browse files Browse the repository at this point in the history
fix CI: push images to Dockerhub fails since PR 1381
  • Loading branch information
wkloucek authored Feb 5, 2021
2 parents d7215de + 249e98b commit cabe57e
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 cabe57e

Please sign in to comment.