mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
adjust name
This commit is contained in:
parent
9fdf02bcda
commit
a0a6aa36fa
4
.github/workflows/container_latest.yml
vendored
4
.github/workflows/container_latest.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: "docker: build dev containers"
|
||||
name: "docker: build latest container"
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
|
||||
build-dev-containers:
|
||||
build-latest-container:
|
||||
runs-on: [ubuntu-latest]
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue