mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-14 16:29:57 +00:00
chore(workflow): fix workflow trigger
fix workflow trigger Signed-off-by: mritd <mritd@linux.com>
This commit is contained in:
parent
93a8bde9bc
commit
db716f7a75
6
.github/workflows/docker.yaml
vendored
6
.github/workflows/docker.yaml
vendored
@ -2,7 +2,7 @@ name: Build Docker Image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
@ -16,10 +16,6 @@ jobs:
|
||||
uses: olegtarasov/get-tag@v2
|
||||
id: tagName
|
||||
|
||||
- name: Get time
|
||||
uses: gerred/actions/current-time@master
|
||||
id: current-time
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user