Skip to content

Commit 0cc7472

Browse files
authored
Merge pull request #11 from BlaineEXE/resync-Dockerfiles
build: fix repo reference in dockerfiles
2 parents 6a94732 + 1e58e63 commit 0cc7472

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)