Skip to content

Commit

Permalink
Add build release GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
ssciolla committed Jun 4, 2024
1 parent ad7d2fe commit 66cde76
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
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: ${{ vars.IMAGE_NAME }}
tag: ${{ github.event.release.tag_name }}
dockerfile: Dockerfile
secrets: inherit

0 comments on commit 66cde76

Please sign in to comment.