automated latest image build

This commit is contained in:
Chris Lu
2021-09-05 16:56:12 -07:00
parent 6022db6d6a
commit ae98a085d3

View File

@@ -2,8 +2,8 @@ name: "docker: build latest containers"
on: on:
push: push:
branches: tags:
- master - '*'
workflow_dispatch: [] workflow_dispatch: []
jobs: jobs:
@@ -14,6 +14,10 @@ jobs:
- -
name: Checkout name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Wait for the release build
uses: jakejarvis/wait-action@master
with:
time: '120m'
- -
name: Docker meta name: Docker meta
id: docker_meta id: docker_meta