Skip to content

Renamed engaged event to activity #95

Renamed engaged event to activity

Renamed engaged event to activity #95

Workflow file for this run

name: People api
on:
push:
branches: [ master ]
env:
SERVICE: people.api
jobs:
BuildContainer:
runs-on: ubuntu-latest
steps:
- name: Checkout Github Action
uses: actions/checkout@master
- name: Build docker container
uses: ./.github/workflows/composite/build
with:
service: ${{ env.SERVICE }}