ci: Build base image when Dockerfile changes
This commit is contained in:
parent
fe6ea46024
commit
62018fff9d
6
.github/workflows/docker-base-image.yml
vendored
6
.github/workflows/docker-base-image.yml
vendored
|
|
@ -4,6 +4,12 @@ on:
|
|||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 5 * * MON"
|
||||
push:
|
||||
branches:
|
||||
- release
|
||||
- master
|
||||
paths:
|
||||
- "deploy/docker/base.dockerfile"
|
||||
|
||||
jobs:
|
||||
build-docker:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user