mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-17 00:30:05 +10:00
try this
This commit is contained in:
@@ -74,6 +74,7 @@ jobs:
|
||||
org.opencontainers.image.vendor=Amruth Pillai
|
||||
org.opencontainers.image.url=https://rxresu.me
|
||||
org.opencontainers.image.documentation=https://docs.rxresu.me
|
||||
org.opencontainers.image.source=https://github.com/amruthpillai/reactive-resume
|
||||
org.opencontainers.image.version=${{ steps.version.outputs.version }}
|
||||
|
||||
- name: Build and Push by Digest
|
||||
@@ -180,6 +181,7 @@ jobs:
|
||||
org.opencontainers.image.vendor=Amruth Pillai
|
||||
org.opencontainers.image.url=https://rxresu.me
|
||||
org.opencontainers.image.documentation=https://docs.rxresu.me
|
||||
org.opencontainers.image.source=https://github.com/amruthpillai/reactive-resume
|
||||
org.opencontainers.image.version=${{ steps.version.outputs.version }}
|
||||
|
||||
- name: Create manifest list and push
|
||||
|
||||
+9
-8
@@ -1,13 +1,5 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
LABEL maintainer="amruthpillai"
|
||||
LABEL org.opencontainers.image.licenses="MIT"
|
||||
LABEL org.opencontainers.image.title="Reactive Resume"
|
||||
LABEL org.opencontainers.image.description="A free and open-source resume builder."
|
||||
LABEL org.opencontainers.image.vendor="Amruth Pillai"
|
||||
LABEL org.opencontainers.image.url="https://rxresu.me"
|
||||
LABEL org.opencontainers.image.documentation="https://docs.rxresu.me"
|
||||
|
||||
# ---------- Dependencies Layer ----------
|
||||
FROM node:24-slim AS dependencies
|
||||
|
||||
@@ -43,6 +35,15 @@ RUN pnpm run build
|
||||
# ---------- Runtime Layer ----------
|
||||
FROM node:24-slim AS runtime
|
||||
|
||||
LABEL maintainer="amruthpillai"
|
||||
LABEL org.opencontainers.image.licenses="MIT"
|
||||
LABEL org.opencontainers.image.title="Reactive Resume"
|
||||
LABEL org.opencontainers.image.description="A free and open-source resume builder."
|
||||
LABEL org.opencontainers.image.vendor="Amruth Pillai"
|
||||
LABEL org.opencontainers.image.url="https://rxresu.me"
|
||||
LABEL org.opencontainers.image.documentation="https://docs.rxresu.me"
|
||||
LABEL org.opencontainers.image.source="https://github.com/amruthpillai/reactive-resume"
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends curl \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user