Skip to content

Commit 419e2d0

Browse files
authored
Add workflow manual trigger (#219)
Allow maintainers to manually trigger a workflow on the main branch to regenerate Docker images. The last workflow on the main branch cannot be manually triggered after the logs retention period has expired.
2 parents 3353f0a + 605b47d commit 419e2d0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Docker images
33
on:
44
push:
55
pull_request:
6+
workflow_dispatch:
67

78
jobs:
89
images:

.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# ESPResSo Dockerfiles
2+
13
![Docker images](https://github.com/espressomd/docker/workflows/Docker%20images/badge.svg)
2-
# docker
3-
Docker containers for testing espresso.
4+
5+
This repository manages Dockerfiles and Docker images for the ESPResSo project.
6+
7+
Branch names follow the same naming convention as on the ESPResSo project.

0 commit comments

Comments
 (0)