diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-09-05 16:56:12 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-09-05 16:56:12 -0700 |
| commit | ae98a085d3a4fc00b7055e3ae554dcf27df7e129 (patch) | |
| tree | 2423c14b54e6ad7ac1a48b0e6698e5bff2714544 | |
| parent | 6022db6d6aa29078d76ea7155b179e5ca8530365 (diff) | |
| download | seaweedfs-ae98a085d3a4fc00b7055e3ae554dcf27df7e129.tar.xz seaweedfs-ae98a085d3a4fc00b7055e3ae554dcf27df7e129.zip | |
automated latest image build
| -rw-r--r-- | .github/workflows/container_latest.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml index 1b952ae87..de26d7db6 100644 --- a/.github/workflows/container_latest.yml +++ b/.github/workflows/container_latest.yml @@ -2,8 +2,8 @@ name: "docker: build latest containers" on: push: - branches: - - master + tags: + - '*' workflow_dispatch: [] jobs: @@ -14,6 +14,10 @@ jobs: - name: Checkout uses: actions/checkout@v2 + - name: Wait for the release build + uses: jakejarvis/wait-action@master + with: + time: '120m' - name: Docker meta id: docker_meta |
