mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
🐳 Adds a manual trigger to docker-publish (#481)
This commit is contained in:
parent
1294b43007
commit
64bfafd3fa
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-build-publish.yml
vendored
1
.github/workflows/docker-build-publish.yml
vendored
|
|
@ -3,6 +3,7 @@
|
|||
name: 🐳 Build + Publish Multi-Platform Image
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: ['master']
|
||||
tags: [v*]
|
||||
|
|
|
|||
Loading…
Reference in a new issue