Skip to content

Commit

Permalink
Move labels
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Jan 17, 2024
1 parent 70387c5 commit 5511b38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
labels: |
io.artifacthub.package.readme-url="https://www.openproject.org/docs/installation-and-operations/installation/docker/"
org.opencontainers.image.documentation="https://www.openproject.org/docs/"
org.opencontainers.image.vendor="OpenProject GmbH"
tags: |
type=semver,pattern={{version}},value=${{ steps.extract_version.outputs.version }}
images: |
Expand Down
5 changes: 0 additions & 5 deletions docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ RUN --mount=type=cache,target=/app/frontend/.angular/cache,uid=1000,gid=1000 \
FROM ruby:${RUBY_VERSION}-slim-bullseye as base
LABEL maintainer="[email protected]"

# Labels for artifacthub.io
LABEL io.artifacthub.package.readme-url="https://www.openproject.org/docs/installation-and-operations/installation/docker/"
LABEL org.opencontainers.image.documentation="https://www.openproject.org/docs/"
LABEL org.opencontainers.image.vendor="OpenProject GmbH"

# SYSTEM
ENV APP_USER=app
ENV APP_PATH=/app
Expand Down

0 comments on commit 5511b38

Please sign in to comment.