Skip to content

Commit

Permalink
Fix 'should store docker manifest?' check (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonzeper authored Aug 16, 2022
1 parent 9d353bf commit d9c971d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-store-server/conda_store_server/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def build_conda_docker(conda_store, build):
)

if (
schema.BuildArtifactType.BuildArtifactType.DOCKER_MANIFEST
schema.BuildArtifactType.DOCKER_MANIFEST
in conda_store.build_artifacts
):
conda_store.container_registry.store_image(conda_store, build, image)
Expand Down

0 comments on commit d9c971d

Please sign in to comment.