mirror of
https://github.com/AlistGo/alist.git
synced 2025-11-25 11:29:45 +08:00
chore: fix release docker name typo [skip ci]
This commit is contained in:
4
.github/workflows/release_docker.yml
vendored
4
.github/workflows/release_docker.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user