mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-11 22:28:57 +10:00
Merge pull request #1511 from lentzi90/bazel-syntax-update
bazel: use update instead of + for dict
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ def multiarch_bundle(
|
||||
images = oa_images,
|
||||
**kwargs)
|
||||
|
||||
all_images += oa_images
|
||||
all_images.update(oa_images)
|
||||
|
||||
container_bundle(
|
||||
name = name,
|
||||
|
||||
Reference in New Issue
Block a user