mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
automated latest image build
This commit is contained in:
parent
6022db6d6a
commit
ae98a085d3
8
.github/workflows/container_latest.yml
vendored
8
.github/workflows/container_latest.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue