Skip to content

MDLY-14 Added additional prettier and eslint configurations for tailwind #24

MDLY-14 Added additional prettier and eslint configurations for tailwind

MDLY-14 Added additional prettier and eslint configurations for tailwind #24

Workflow file for this run

name: Automated deployment 🤖
on:
push:
pull_request:
jobs:
build:
name: Build image 🛠
runs-on: ubuntu-latest
steps:
- name: Checkout code 🔎
uses: actions/checkout@v3
- name: Build Docker image 🐳
run: |
docker build -f docker/staging/Dockerfile . --tag ${{ secrets.DOCKER_REGISTRY }}/stage-deployment