Skip to content

Write software versions to file at image creation #18

Write software versions to file at image creation

Write software versions to file at image creation #18

Workflow file for this run

name: All branches but main - test only
on:
push:
branches-ignore:
- "main"
paths-ignore:
- Dockerfile
- .dockerignore
- README.md
- LICENSE
jobs:
test:
uses: "./.github/workflows/_test.yml"