diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-09-07 02:34:49 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-09-07 02:34:49 -0700 |
| commit | a0a6aa36fa59effd0c409b299ffd233d1f6f66c5 (patch) | |
| tree | 31367dad7448ed93107ca17f7d15550fa4b5f91f | |
| parent | 9fdf02bcdaacbf2b4fb95b927e111ef8271eb9e5 (diff) | |
| download | seaweedfs-2.67.tar.xz seaweedfs-2.67.zip | |
adjust name2.67
| -rw-r--r-- | .github/workflows/container_latest.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml index 0261275fe..1b9e9df54 100644 --- a/.github/workflows/container_latest.yml +++ b/.github/workflows/container_latest.yml @@ -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: |
