Skip to content

Commit 1a11f4c

Browse files
authored
add workflow_dispatch
1 parent dd30b0e commit 1a11f4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Build Docker Image
22
on:
33
release:
44
types: [published]
5+
workflow_dispatch:
56
jobs:
67
Docker-Buildx:
78
runs-on: ubuntu-latest
@@ -32,4 +33,4 @@ jobs:
3233
- name: Buildx Dockerfile
3334
run: |
3435
chmod -R 755 scripts
35-
./scripts/buildx-nixie
36+
./scripts/buildx-nixie

0 commit comments

Comments
 (0)