mirror of https://github.com/Xhofe/alist
chore: fix release docker name typo [skip ci]
parent
2505cb40ac
commit
af87131cc0
|
@ -1,4 +1,4 @@
|
||||||
name: build_docker
|
name: release_docker
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -6,7 +6,7 @@ on:
|
||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_docker:
|
release_docker:
|
||||||
name: Docker
|
name: Docker
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue