ci: Hooking up the deploy workflow after a tag is being built
Some checks failed
build / build (push) Failing after 15s
Some checks failed
build / build (push) Failing after 15s
This commit is contained in:
parent
eb74d05765
commit
7a3e958d1b
2 changed files with 5 additions and 4 deletions
|
|
@ -50,3 +50,7 @@ jobs:
|
|||
allow: network.host
|
||||
network: host
|
||||
tags: ${{ steps.docker.outputs.tags }}
|
||||
|
||||
- name: Deploy
|
||||
uses: ./.forgejo/workflows/deploy.yaml
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
|
|
|
|||
|
|
@ -1,10 +1,7 @@
|
|||
name: deploy
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: [build]
|
||||
types:
|
||||
- completed
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue