Skip to content

[Snyk] Security upgrade ts-node-dev from 1.1.8 to 2.0.0 #15

[Snyk] Security upgrade ts-node-dev from 1.1.8 to 2.0.0

[Snyk] Security upgrade ts-node-dev from 1.1.8 to 2.0.0 #15

Workflow file for this run

name: MicroSvc-ReactJS-MongoDB
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Login to DockerHub
uses : docker/login-action@v1
with :
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build & Push Client
id : docker_build
uses : docker/build-push-action@v2
with :
push: true
file: ./auth/Dockerfile
context: ./auth
tags: gilangvperdana/research:auth1.1.4