Add workflow_dispatch trigger to Docker and GHCR workflows

This commit is contained in:
eyedeekay
2026-03-24 15:16:26 -04:00
parent 57e9483cd7
commit 579701e4fd
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
name: Dockerhub
on:
workflow_dispatch:
push:
tags:
- 'i2p-*.*.*'

View File

@@ -1,6 +1,7 @@
name: Create and publish a Docker image
on:
workflow_dispatch:
push:
tags:
- 'i2p-*.*.*'