Browse Source

Add workflow_dispatch for testing

pull/541/head
Pēteris Caune 3 years ago
parent
commit
92ef81c0a5
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/publish_docker_image.yml

+ 1
- 0
.github/workflows/publish_docker_image.yml View File

@ -3,6 +3,7 @@ name: Publish Docker image
on:
release:
types: [published]
workflow_dispatch:
jobs:
push_to_registry:


Loading…
Cancel
Save