Skip to content

2024.1.1 - Add handling for hidden files #2

2024.1.1 - Add handling for hidden files

2024.1.1 - Add handling for hidden files #2

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