Skip to content

Commit 1e58e63

Browse files
committed
build: fix repo reference in dockerfiles
Fix an out of sync reference to the old API repository in Dockerfiles. Signed-off-by: Blaine Gardner <[email protected]>
1 parent a0e4046 commit 1e58e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/Dockerfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ LABEL description="COSI {{COMPONENT}}"
3434

3535
LABEL org.opencontainers.image.title="COSI {{COMPONENT}}"
3636
LABEL org.opencontainers.image.description="Container Object Storage Interface (COSI) {{COMPONENT}}"
37-
LABEL org.opencontainers.image.source="https://github.com/kubernetes-sigs/container-object-storage-interface-api/{{COMPONENT}}"
37+
LABEL org.opencontainers.image.source="https://github.com/kubernetes-sigs/container-object-storage-interface/{{COMPONENT}}"
3838
LABEL org.opencontainers.image.licenses="APACHE-2.0"
3939

4040
WORKDIR /

0 commit comments

Comments
 (0)