Skip to content

merge from main

merge from main #52

Workflow file for this run

name: docker_build

Check failure on line 1 in .github/workflows/docker_build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker_build.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: docker_build
on:
workflow_dispatch:
push:
branches:
- release/*
jobs:
docker_build:
name: 'Build docker containers'
runs-on: ubuntu-latest
environment: production
defaults:
run:
shell: bash