Skip to content

Commit

Permalink
Merge pull request #3 from relay-md/release/202405191605
Browse files Browse the repository at this point in the history
ci: also build release docker image
  • Loading branch information
xeroc committed May 19, 2024
2 parents 64dc594 + 2ff71cf commit c4f0820
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,12 @@ jobs:
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

build:
uses: ./.github/workflows/build.yaml
secrets: inherit
needs: test
with:
version: "${{ github.ref_name }}"
registry: ghcr.io
image: relay-md/relay.md

0 comments on commit c4f0820

Please sign in to comment.