Skip to content

Commit

Permalink
ci(github-actions): add a step to build a release on a tag event
Browse files Browse the repository at this point in the history
  • Loading branch information
danvergara committed Jan 26, 2024
1 parent 41e7b4a commit 51b2fdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/${{ github.actor }}/morphos-server:latest, ghcr.io/${{ github.actor }}/morphos-server:${{ env.RELEASE_VERSION }}
- name: Release
uses: softprops/action-gh-release@v1

0 comments on commit 51b2fdd

Please sign in to comment.