ci: update global docker (#663)
This commit is contained in:
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
|
# 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.
|
# 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
|
name: CI Docker
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -13,6 +17,10 @@ on:
|
|||||||
branches: [master, nightly]
|
branches: [master, nightly]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check_dockerfile:
|
check_dockerfile:
|
||||||
name: Check Dockerfile
|
name: Check Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user