mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-03-29 05:30:00 +00:00
Add workflow_dispatch trigger to Docker and GHCR workflows
This commit is contained in:
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@@ -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 }}
|
||||
|
||||
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