chore: fix OCI source label URL to match canonical domain
CI/CD Pipeline / test (push) Successful in 8s
CI/CD Pipeline / build-push-deploy (push) Successful in 6s

This commit is contained in:
2026-07-04 18:42:16 +00:00
parent 69f6c18e42
commit 83ed8f6876
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
FROM node:20-alpine
LABEL org.opencontainers.image.source="http://git.88.96.58.76.nip.io/khalil/tamagotchi-service"
LABEL org.opencontainers.image.source="https://git.khalilaliouich.com/khalil/tamagotchi-service"
WORKDIR /app
COPY package.json ./
RUN npm install --production