Compare commits

..

No commits in common. "v16" and "master" have entirely different histories.
v16 ... master

2 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,8 @@
name: Docker CI
on:
push:
branches: [ main ]
release:
types: [created]
jobs:
docker:
@ -20,6 +20,7 @@ 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 16.5.0
ENV NODE_VERSION 14.16.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.15
ENV YARN_VERSION 1.22.5
RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
&& for key in \