Skip to content

Epics in docker

Epics in docker #1

Workflow file for this run

name: IOC build and release
permissions:
contents: write
on:
push:
tags:
- v*
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: docker compose up
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: afc-epics-ioc-*.tar.gz