add workflow dispatch

This commit is contained in:
2024-04-05 11:41:07 -05:00
parent 4072cf4aeb
commit ce2bc62cf7
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
name: build-base name: build-base
on: on:
workflow_dispatch:
push: push:
paths: paths:
- 'Dockerfile.base' - 'Dockerfile.base'
+1
View File
@@ -1,6 +1,7 @@
name: build-latest name: build-latest
on: on:
workflow_dispatch:
push: push:
paths: paths:
- 'Dockerfile' - 'Dockerfile'