Compare commits

...

3 Commits
master ... v16

Author SHA1 Message Date
Sambo Chea ec41473af3
Add node version 16.5 and yarn 1.22.15 2021-12-23 08:56:19 +07:00
Sambo Chea db3b875005
Update docker-publish.yml 2021-09-26 18:51:12 +07:00
Sambo Chea 82b78116e9
Update docker-publish.yml 2021-07-14 15:04:32 +07:00
2 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,8 @@
name: Docker CI
on:
release:
types: [created]
push:
branches: [ main ]
jobs:
docker:
@ -20,7 +20,6 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2
-
name: Build and Push from Makefile
run: |

View File

@ -4,7 +4,7 @@ LABEL maintainer="sombochea@cubetiqs.com"
# Build with root access
USER root
ENV NODE_VERSION 14.16.0
ENV NODE_VERSION 16.5.0
ENV USER_UID 1001
RUN addgroup -g ${USER_UID} node \
@ -77,7 +77,7 @@ RUN addgroup -g ${USER_UID} node \
&& node --version \
&& npm --version
ENV YARN_VERSION 1.22.5
ENV YARN_VERSION 1.22.15
RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
&& for key in \