Skip to content

Bump eslint-plugin-tailwindcss from 3.17.4 to 3.17.5 #102

Bump eslint-plugin-tailwindcss from 3.17.4 to 3.17.5

Bump eslint-plugin-tailwindcss from 3.17.4 to 3.17.5 #102

Workflow file for this run

name: Docker Image CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
UID: 1001
steps:
- uses: actions/checkout@v3
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
- name: Prepare .env
run: cp .env.example .env.production
- name: Build the Docker image
run: make prod-docker-build