Skip to content

EMBCESSMOD-4779 - Remove the banner in landing page #67

EMBCESSMOD-4779 - Remove the banner in landing page

EMBCESSMOD-4779 - Remove the banner in landing page #67

Workflow file for this run

name: ci-landing-page
on:
pull_request:
types: [opened, reopened, edited, synchronize]
paths:
- "landing-page/src/**"
- ".github/workflows/ci-landing-page.yml"
env:
IMAGE_NAME: landing-page
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
id: buildx
with:
install: true
- name: Build image
working-directory: ./landing-page/src/
run: docker build . --file Dockerfile --tag $IMAGE_NAME