mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Comments etc
This commit is contained in:
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@@ -97,7 +97,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Build Next.js app
|
||||
- name: Build app
|
||||
run: |
|
||||
NEXT_PUBLIC_BUILDTIME="${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}" \
|
||||
NEXT_PUBLIC_VERSION="${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}" \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Base build stage (for building Next.js if needed)
|
||||
# Buid stage
|
||||
FROM node:22-slim AS builder
|
||||
|
||||
WORKDIR /app
|
||||
@@ -31,7 +31,7 @@ else \
|
||||
echo "Skipping build in CI (already built)"; \
|
||||
fi
|
||||
|
||||
# Final runtime image
|
||||
# Runtime stage
|
||||
FROM docker.io/node:22-alpine AS runner
|
||||
LABEL org.opencontainers.image.title "Homepage"
|
||||
LABEL org.opencontainers.image.description "A self-hosted services landing page, with docker and service integrations."
|
||||
|
||||
Reference in New Issue
Block a user