Skip to content

Commit 2b56a33

Browse files
committed
chore(container): properly label for ghcr
1 parent a8bb253 commit 2b56a33

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/container.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
with:
4646
images: |
4747
${{ env.IMAGE_NAME }}
48-
labels: |
49-
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/xoogware/crawlspace/main/README.md
5048
5149
- name: Build image
5250
id: build

Containerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ COPY . .
66
RUN cargo build --profile release-lto --features compression
77

88
FROM registry.access.redhat.com/ubi9/ubi-micro
9+
10+
LABEL org.opencontainers.image.source=https://github.com/xoogware/crawlspace
11+
LABEL org.opencontainers.image.description="a tiny limbo server"
12+
LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later
13+
914
WORKDIR /app
1015
COPY --from=build /app/target/release-lto/crawlspace .
1116

0 commit comments

Comments
 (0)