Skip to content

EMBCESSMOD-4692: Updated schedule to SAT-SUN and added epoch date fo… #1313

EMBCESSMOD-4692: Updated schedule to SAT-SUN and added epoch date fo…

EMBCESSMOD-4692: Updated schedule to SAT-SUN and added epoch date fo… #1313

Workflow file for this run

name: ci-ess-backend
on:
pull_request:
types: [opened, reopened, edited, synchronize]
paths:
- "ess/src/API/**"
- "shared/src/**"
- ".github/workflows/ci-ess-backend.yml"
env:
IMAGE_NAME: ess-backend
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: ./ess/src/API
run: tar -czh . | docker build --tag $IMAGE_NAME -