mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-24 10:45:23 +00:00
Remove blank lines after code block markers
This commit is contained in:
@@ -30,7 +30,6 @@ jobs:
|
||||
push: false
|
||||
tags: local/test:ci
|
||||
```
|
||||
|
||||
该示例会在 GitHub Actions 中构建当前仓库的 Docker 镜像(不推送到 registry)。
|
||||
|
||||
## 21.2.2 最佳实践
|
||||
@@ -47,7 +46,6 @@ jobs:
|
||||
with:
|
||||
args: go version
|
||||
```
|
||||
|
||||
## 21.2.3 参考资料
|
||||
|
||||
* [Actions Docs](https://docs.github.com/en/actions)
|
||||
|
||||
Reference in New Issue
Block a user