Skip to content

2024.1.0 - Initial release with Dark Blue APTrust integration #1

2024.1.0 - Initial release with Dark Blue APTrust integration

2024.1.0 - Initial release with Dark Blue APTrust integration #1

Workflow file for this run

---
name: Build release
on:
release:
types: [ released ]
jobs:
build-production:
name: Build production ${{ github.event.release.tag_name }}
uses: mlibrary/platform-engineering-workflows/.github/workflows/build-production.yml@v1
with:
image_name: bag-courier
tag: ${{ github.event.release.tag_name }}
dockerfile: Dockerfile
secrets: inherit