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-*.*.*'
@@ -36,4 +37,4 @@ jobs:
with:
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: geti2p/i2p.i2p:${{ env.RELEASE_VERSION }}
tags: geti2p/i2p.i2p:${{ env.RELEASE_VERSION }}

View File

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