Skip to content

Commit efd8b19

Browse files
authored
feat(workflows): add workflow_dispatch trigger to Docker workflow
1 parent 8362304 commit efd8b19

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ name: Publish Docker image
1212
on:
1313
push:
1414
branches: [ master ]
15+
workflow_dispatch:
1516

1617
jobs:
1718
push_to_registry:
@@ -53,4 +54,4 @@ jobs:
5354
with:
5455
subject-name: index.docker.io/movinglutto/undefined-docs
5556
subject-digest: ${{ steps.push.outputs.digest }}
56-
push-to-registry: true
57+
push-to-registry: true

0 commit comments

Comments
 (0)