Compare commits
3 Commits
9987810cca
...
v16
| Author | SHA1 | Date | |
|---|---|---|---|
|
ec41473af3
|
|||
|
|
db3b875005 | ||
|
|
82b78116e9 |
5
.github/workflows/docker-publish.yml
vendored
5
.github/workflows/docker-publish.yml
vendored
@@ -1,8 +1,8 @@
|
|||||||
name: Docker CI
|
name: Docker CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
push:
|
||||||
types: [created]
|
branches: [ main ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
@@ -20,7 +20,6 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
-
|
-
|
||||||
name: Build and Push from Makefile
|
name: Build and Push from Makefile
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ LABEL maintainer="sombochea@cubetiqs.com"
|
|||||||
# Build with root access
|
# Build with root access
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
ENV NODE_VERSION 14.16.0
|
ENV NODE_VERSION 16.5.0
|
||||||
ENV USER_UID 1001
|
ENV USER_UID 1001
|
||||||
|
|
||||||
RUN addgroup -g ${USER_UID} node \
|
RUN addgroup -g ${USER_UID} node \
|
||||||
@@ -77,7 +77,7 @@ RUN addgroup -g ${USER_UID} node \
|
|||||||
&& node --version \
|
&& node --version \
|
||||||
&& npm --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 \
|
RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \
|
||||||
&& for key in \
|
&& for key in \
|
||||||
|
|||||||
Reference in New Issue
Block a user