Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4069b3f7
authored
Jun 08, 2025
by
CaIon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update CI workflows to support manual triggers and rename Docker image workflow
parent
2cb067f4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
6 deletions
+16
-6
.github/workflows/docker-image-arm64.yml
+1
-6
.github/workflows/linux-release.yml
+5
-0
.github/workflows/macos-release.yml
+5
-0
.github/workflows/windows-release.yml
+5
-0
No files found.
.github/workflows/docker-image-arm64.yml
View file @
4069b3f7
name
:
Publish Docker image (
arm64
)
name
:
Publish Docker image (
Multi Registries
)
on
:
push
:
tags
:
-
'
*'
workflow_dispatch
:
inputs
:
name
:
description
:
'
reason'
required
:
false
jobs
:
push_to_registries
:
name
:
Push Docker image to multiple registries
...
...
.github/workflows/linux-release.yml
View file @
4069b3f7
...
...
@@ -3,6 +3,11 @@ permissions:
contents
:
write
on
:
workflow_dispatch
:
inputs
:
name
:
description
:
'
reason'
required
:
false
push
:
tags
:
-
'
*'
...
...
.github/workflows/macos-release.yml
View file @
4069b3f7
...
...
@@ -3,6 +3,11 @@ permissions:
contents
:
write
on
:
workflow_dispatch
:
inputs
:
name
:
description
:
'
reason'
required
:
false
push
:
tags
:
-
'
*'
...
...
.github/workflows/windows-release.yml
View file @
4069b3f7
...
...
@@ -3,6 +3,11 @@ permissions:
contents
:
write
on
:
workflow_dispatch
:
inputs
:
name
:
description
:
'
reason'
required
:
false
push
:
tags
:
-
'
*'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment