Skip to content

build(Dockerfile): add Dockerfile for containerizing the application #14

build(Dockerfile): add Dockerfile for containerizing the application

build(Dockerfile): add Dockerfile for containerizing the application #14

Workflow file for this run

name: Tag Release
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install Dependencies
run: yarn install
- name: Generate Build Version
run: yarn generate-version
- name: Build Application
run: yarn build