mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-12 14:30:19 -05:00
Merge pull request #1600 from owncloud/fix_ci_after_PR_1381
fix CI: push images to Dockerhub fails since PR 1381
This commit is contained in:
+1
-1
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user