diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..27cd926 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,18 @@ +name: IOC build and release +permissions: + contents: write +on: + push: + +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: rffe-epics-ioc-*.tar.gz