Skip to content

Commit

Permalink
Merge pull request #20 from leam-tech/docker-workflow-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamedzu authored Dec 26, 2022
2 parents 28375c3 + 1384715 commit c485fd8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_leam_frappe_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:

tags:
- 'v*'
workflow_dispatch:

jobs:
build-leam-frappe-nginx:
runs-on: ubuntu-20.04
Expand Down
21 changes: 21 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "tagged-release"

on:
push:
tags:
- "v*"
workflow_dispatch:


jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-latest"

steps:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
*

0 comments on commit c485fd8

Please sign in to comment.