Skip to content

Allow to trigger a finish hook #25

Allow to trigger a finish hook

Allow to trigger a finish hook #25

Workflow file for this run

name: Continuous Integration
on:
push:
workflow_dispatch:
jobs:
build:
name: Build container image
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Build container
uses: docker/[email protected]