Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 12c427b

Browse files
authored
Update docker-image.yml
1 parent ba1a824 commit 12c427b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
name: Create and publish a Docker image
1111

1212
on:
13-
push:
14-
branches: ['main']
13+
workflow_dispatch:
14+
release:
15+
types: [created]
1516

1617
env:
1718
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)