Update build-base-image.yml
This commit is contained in:
parent
d4ca2c886f
commit
16f224b8e5
6
.github/workflows/build-base-image.yml
vendored
6
.github/workflows/build-base-image.yml
vendored
@ -1,6 +1,12 @@
|
||||
name: Build Docker Base Image
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'Dockerfile.builder'
|
||||
- 'Dockerfile.runtime'
|
||||
- 'install_dependencies.sh'
|
||||
- '.github/workflows/build-base-image.yml'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user