chore(workflow): fix workflow trigger

fix workflow trigger

Signed-off-by: mritd <mritd@linux.com>
This commit is contained in:
mritd 2021-04-13 20:38:43 +08:00
parent 93a8bde9bc
commit db716f7a75
No known key found for this signature in database
GPG Key ID: 98C41327E6D3E645

View File

@ -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