mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-04 13:07:39 +03:00
ci: fixes 2
This commit is contained in:
parent
e177b3563f
commit
1abddbff19
2 changed files with 0 additions and 4 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
@ -1,7 +1,6 @@
|
||||||
name: "Build Docker Image"
|
name: "Build Docker Image"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- app/v*.*.*
|
- app/v*.*.*
|
||||||
|
@ -15,8 +14,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Check out
|
- name: Check out
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
|
||||||
fetch-depth: 0 # fetch all tags
|
|
||||||
|
|
||||||
- name: Get version
|
- name: Get version
|
||||||
id: get_version
|
id: get_version
|
||||||
|
|
1
.github/workflows/master.yml
vendored
1
.github/workflows/master.yml
vendored
|
@ -4,7 +4,6 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- wip-hy2
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue