We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d587d6d commit 0d428fcCopy full SHA for 0d428fc
src/acrcache/azext_acrcache/cache.py
@@ -200,7 +200,8 @@ def acr_cache_sync(cmd,
200
cache_rule_resource_id=rule_id)
201
202
params = ImportImageParameters(source=import_source,
203
- mode="NoForce",
+ # import tag with force to override existing tags
204
+ mode="Force",
205
target_tags=[target_repo + ":" + tag])
206
207
return client.registries.begin_import_image(resource_group_name=rg,
0 commit comments