Skip to content

Make image

Make image #5

Workflow file for this run

name: Build PR
on:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
docker-image:
uses: ./.github/workflows/docker-image.yml
secrets: inherit