Compare commits
5 Commits
c6ecb4cc4b
...
v16
| Author | SHA1 | Date | |
|---|---|---|---|
|
ec41473af3
|
|||
|
|
db3b875005 | ||
|
|
82b78116e9 | ||
| 9987810cca | |||
| f8d8671ef2 |
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@@ -2,8 +2,7 @@ name: Docker CI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [ main ]
|
||||||
- 'master'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
@@ -21,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 \
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "excel2json",
|
"name": "excel2json",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "Excel to json",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js",
|
"start": "node index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user