mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-11-13 03:01:04 +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
|
name: Build App
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
workflow_dispatch:
|
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
env:
|
env:
|
||||||
|
|
@ -39,4 +39,4 @@ jobs:
|
||||||
context: ./
|
context: ./
|
||||||
pull: true
|
pull: true
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.imagename.outputs.name }}:latest
|
tags: ${{ steps.imagename.outputs.name }}:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue