mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-05-18 05:28:43 -05:00
Fixed workflows
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: Docker Publish Dev Multiarch
|
||||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: Docker Publish Custom Release Multiarch
|
||||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tagname:
|
||||
description: 'Tag name to be built'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: Docker Publish Release Multiarch
|
||||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [released]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user