ci: Build base image when Dockerfile changes

This commit is contained in:
Shrikant Sharat Kandula 2023-10-19 07:15:01 +05:30 committed by GitHub
parent fe6ea46024
commit 62018fff9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,12 @@ on:
workflow_dispatch:
schedule:
- cron: "0 5 * * MON"
push:
branches:
- release
- master
paths:
- "deploy/docker/base.dockerfile"
jobs:
build-docker: