database: support Basler acA1300-75gm version 106755-25 #23
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build image | |
on: | |
push: | |
tags: | |
- 'v*' | |
pull_request: | |
jobs: | |
build_and_push: | |
permissions: | |
packages: write | |
contents: read | |
uses: cnpem/epics-in-docker/.github/workflows/ioc-images.yml@main |