Compare commits

...
Sign in to create a new pull request.

1 commit
main ... main

Author SHA1 Message Date
7a3e958d1b
ci: Hooking up the deploy workflow after a tag is being built
Some checks failed
build / build (push) Failing after 16s
2025-10-08 15:36:42 +02:00
2 changed files with 5 additions and 4 deletions

View file

@ -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')

View file

@ -1,10 +1,7 @@
name: deploy
on:
workflow_run:
workflows: [build]
types:
- completed
workflow_call:
workflow_dispatch:
jobs: