Skip to content

Commit

Permalink
fix: #69 use docker/metadata-action to create labels 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-shulha committed Sep 8, 2024
1 parent a2df7ca commit 0e03730
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM dunglas/frankenphp:latest

LABEL org.opencontainers.image.title=Ptah.sh
LABEL org.opencontainers.image.title="Ptah.sh"
LABEL org.opencontainers.image.description="Self-hosted, open-source, and extensible PaaS"
LABEL org.opencontainers.image.url=https://ptah.sh
LABEL org.opencontainers.image.source=https://github.com/ptah-sh/ptah-server
LABEL org.opencontainers.image.licenses=FSL1.1, Apache 2.0 Future License
LABEL org.opencontainers.image.url="https://ptah.sh"
LABEL org.opencontainers.image.source="https://github.com/ptah-sh/ptah-server"
LABEL org.opencontainers.image.licenses="FSL1.1, Apache 2.0 Future License"
LABEL org.opencontainers.image.vendor="Bohdan Shulha"

RUN apt-get update \
Expand Down

0 comments on commit 0e03730

Please sign in to comment.