Skip to content

Commit

Permalink
ci: Fix dockerfile image source label(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
samip5 committed Sep 15, 2024
1 parent cbad3e5 commit fc36125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ LABEL org.opencontainers.image.description="VolSync data replication operator"
LABEL org.opencontainers.image.documentation="https://volsync.readthedocs.io/"
LABEL org.opencontainers.image.licenses="AGPL-3.0-or-later"
LABEL org.opencontainers.image.revision="${version}"
LABEL org.opencontainers.image.source="https://github.com/backube/volsync"
LABEL org.opencontainers.image.source="https://github.com/skyssolutions/volsync"
LABEL org.opencontainers.image.title="VolSync"
LABEL org.opencontainers.image.vendor="Backube"
LABEL org.opencontainers.image.vendor="Skyler Mäntysaari"
LABEL org.opencontainers.image.version="${version}"

ENTRYPOINT [ "/bin/bash" ]

0 comments on commit fc36125

Please sign in to comment.