Skip to content

Determine whether an incident is new by its StartedAt timestamp #659

Determine whether an incident is new by its StartedAt timestamp

Determine whether an incident is new by its StartedAt timestamp #659

Workflow file for this run

name: Docker
on:
push:
branches: [ main ]
pull_request: {}
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Image
uses: docker/build-push-action@v5