From 6f3e617169635cbad9cd913513ff2824ebb353f2 Mon Sep 17 00:00:00 2001 From: Muhamad Aditya Prima Date: Fri, 19 Sep 2025 12:39:26 +0700 Subject: [PATCH] Updated gitea workflow --- .gitea/workflows/alpine.yaml | 2 +- Dockerfile.alpine | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/alpine.yaml b/.gitea/workflows/alpine.yaml index 7d126ae..a0ff4aa 100644 --- a/.gitea/workflows/alpine.yaml +++ b/.gitea/workflows/alpine.yaml @@ -58,4 +58,4 @@ jobs: NODE_VERSION=${{ matrix.flavors.node_version }} NODE_VER_SHORT=${{ matrix.flavors.node_ver_short }} tags: | - quay.io/sindigilive/nodejs:${{ matrix.flavors.node_ver_short }}-${{ matrix.flavors.os }} \ No newline at end of file + quay.io/teras/nodejs:${{ matrix.flavors.node_ver_short }}-${{ matrix.flavors.os }} \ No newline at end of file diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 06fd1a3..f610498 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -28,14 +28,14 @@ ENV APP_DIR=${APP_ROOT_DIR}/htdocs ENV NPM_CACHE_DIR=${APP_ROOT_DIR}/.npm-cache ENV YARN_CACHE_DIR=${APP_ROOT_DIR}/.yarn-cache -LABEL maintainer="Muhamad Aditya Prima " -LABEL name="nginx" +LABEL maintainer="Muhamad Aditya Prima " +LABEL name="nodejs" LABEL version="${NODE_VERSION}" LABEL distribution-scope="public" #labels for container catalog -LABEL summary="Nginx ${NODE_VERSION} on alpine based container image" -LABEL description="Provide nginx on alpine based container base image" +LABEL summary="Nodejs ${NODE_VERSION} on alpine based container image" +LABEL description="Provide node js on alpine based container base image" LABEL io.k8s.description="Very small alpine linux container image" LABEL io.k8s.display-name="Nginx ${NODE_VERSION}"