mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-31 13:10:37 +00:00
Add a manual trigger to publish Docker image
This commit is contained in:
parent
3ddc25fd4e
commit
dd2fe08ebd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish-docker.yml
vendored
1
.github/workflows/publish-docker.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
push:
|
||||
branches: ['master']
|
||||
tags: 'v*'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
|
|
|||
Loading…
Reference in a new issue