mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-02-24 06:55:02 +08:00
Update build.yml
This commit is contained in:
parent
ea92f6db72
commit
c3d631b84a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -1,8 +1,8 @@
|
|||
name: Build App
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
tags:
|
||||
- '*'
|
||||
env:
|
||||
|
@ -39,4 +39,4 @@ jobs:
|
|||
context: ./
|
||||
pull: true
|
||||
push: true
|
||||
tags: ${{ steps.imagename.outputs.name }}:latest
|
||||
tags: ${{ steps.imagename.outputs.name }}:latest
|
||||
|
|
Loading…
Reference in a new issue