Compare commits

5 Commits

Author SHA1 Message Date
daef0ef378 Removed default image tag for version 14 2021-12-23 09:30:04 +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
9987810cca Updated docker buiuld action 2021-03-30 09:31:13 +07:00
f8d8671ef2 Updated package json 2021-03-30 09:30:56 +07:00
3 changed files with 4 additions and 9 deletions

View File

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

View File

@@ -1,13 +1,10 @@
DOCKER_IMAGE=cubetiq/calpine-node
DOCKER_IMAGE_NAME=${DOCKER_IMAGE}:14
DOCKER_IMAGE=cubetiq/calpine-node:14
build:
@echo 'Starting docker build'
docker build . -t ${DOCKER_IMAGE}
@echo 'Starting docker push'
docker tag ${DOCKER_IMAGE} ${DOCKER_IMAGE_NAME}
docker tag ${DOCKER_IMAGE}
docker push ${DOCKER_IMAGE}
docker push ${DOCKER_IMAGE_NAME}
.PHONY:build

View File

@@ -1,7 +1,7 @@
{
"name": "excel2json",
"version": "1.0.0",
"description": "",
"description": "Excel to json",
"main": "index.js",
"scripts": {
"start": "node index.js",