skerbuild
Some checks failed
Deploy / CreateImage (push) Failing after 1m6s
Deploy / DeployService (push) Has been skipped

This commit is contained in:
skeris 2025-03-10 01:30:49 +03:00
parent b608dfc439
commit 583e8daee8
2 changed files with 4 additions and 5 deletions

@ -8,10 +8,10 @@ on:
jobs:
CreateImage:
runs-on: [frontstaging]
runs-on: [skeris]
uses: https://gitea.pena/PenaDevops/actions.git/.gitea/workflows/build-image.yml@v1.1.6-p
with:
runner: hubstaging
runner: skeris
secrets:
REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}

@ -1,11 +1,10 @@
FROM gitea.pena/penadevops/container-images/node:main as build
RUN apk update && rm -rf /var/cache/apk/*
WORKDIR /usr/app
COPY . .
RUN yarn install --verbose --ignore-scripts --non-interactive && yarn cache clean
RUN yarn build
RUN npm install --force && yarn cache clean
RUN npm run build
FROM gitea.pena/penadevops/container-images/nginx:main as result