Skip to content

Commit 632678f

Browse files
committed
[GitHub] allow manual pushes to docker registry
1 parent 86a9300 commit 632678f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ name: Create and publish a Docker image
77

88
on:
99
push:
10-
branches: ['release']
10+
branches: ['master']
11+
workflow_dispatch:
1112

1213
env:
1314
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)