Skip to content

Commit

Permalink
ci: also build release docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed May 19, 2024
1 parent 83f5082 commit 2ff71cf
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 2ff71cf

Please sign in to comment.