mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-03-29 07:39:57 +00:00
Add workflow_dispatch trigger to Docker and GHCR workflows
This commit is contained in:
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: Dockerhub
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- 'i2p-*.*.*'
|
||||
|
||||
1
.github/workflows/ghcr.yml
vendored
1
.github/workflows/ghcr.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: Create and publish a Docker image
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- 'i2p-*.*.*'
|
||||
|
||||
Reference in New Issue
Block a user