ci: update global docker (#663)
This commit is contained in:
parent
e5dedbbe46
commit
9ae46e1325
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci-docker.yml
vendored
8
.github/workflows/ci-docker.yml
vendored
|
|
@ -3,6 +3,10 @@
|
|||
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in
|
||||
# the above-mentioned repo.
|
||||
|
||||
# This workflow is intended to work with all our organization Docker projects. Docker platforms/architectures should be
|
||||
# listed in a file named `.docker_platforms`, comma separated list with no spaces. A readme named `DOCKER_README.md`
|
||||
# will be used to update the description on Docker hub.
|
||||
|
||||
name: CI Docker
|
||||
|
||||
on:
|
||||
|
|
@ -13,6 +17,10 @@ on:
|
|||
branches: [master, nightly]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
check_dockerfile:
|
||||
name: Check Dockerfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue