chore: fix release docker name typo [skip ci]

pull/1628/head
Noah Hsu 2022-09-09 14:42:55 +08:00
parent 2505cb40ac
commit af87131cc0
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: build_docker
name: release_docker
on:
push:
@ -6,7 +6,7 @@ on:
- '*'
jobs:
build_docker:
release_docker:
name: Docker
runs-on: ubuntu-latest
steps: