fix: correct migrated repository links
Build Docker Image - Dev / docker (push) Failing after 1m40s

This commit is contained in:
2026-07-22 22:40:08 +02:00
parent 9f1429a78c
commit f0fe1bb4e9
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ LABEL org.opencontainers.image.description="❌ A simple HTML/CSS/JS maintenance
LABEL org.opencontainers.image.licenses="GPL-3.0-only"
LABEL org.opencontainers.image.version="${APP_VERSION}"
LABEL org.opencontainers.image.revision="${VCS_REF}"
LABEL org.opencontainers.image.source="https://git.lechner-systems.at/Lechner-Systems/MaintenanceWebsite"
LABEL org.opencontainers.image.source="https://git.lechner-systems.at/fraujulian/MaintenanceWebsite"
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY index.html /usr/share/nginx/html/index.html