mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-07 00:54:16 +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
|
name: 🐳 Build + Publish Multi-Platform Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: ['master']
|
branches: ['master']
|
||||||
tags: [v*]
|
tags: [v*]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue