Skip to content

3 0 0 npm inside springboot #11

3 0 0 npm inside springboot

3 0 0 npm inside springboot #11

name: Docker Togh CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
name: Build Spring backoffice Togh Docker image
steps:
- uses: actions/checkout@v3
- name: Build backoffice
run: mvn package
- name: Build backoffice Docker image
run: docker build . --file Dockerfile --tag pierreyvesmonnet/togh:1.0.0