Skip to content

Docker entrypoint-frontend.sh bugfixes and optimizations #60

Docker entrypoint-frontend.sh bugfixes and optimizations

Docker entrypoint-frontend.sh bugfixes and optimizations #60

Workflow file for this run

name: Pull Request
on:
pull_request:
env:
DOCKER_IMAGE_NAME_API: api
DOCKER_IMAGE_NAME_FRONTEND: frontend
DOCKER_IMAGE_TAGS: latest ${{ github.sha }} ${{github.ref_name}}
jobs:
build_and_test_frontend:
uses: ./.github/workflows/frontend.yaml
secrets: inherit
build_and_test_backend:
uses: ./.github/workflows/backend.yaml
secrets: inherit