fix
This commit is contained in:
parent
9ab7af44cb
commit
6dad4ce38b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/coolify-builder.yml
vendored
3
.github/workflows/coolify-builder.yml
vendored
|
|
@ -3,6 +3,9 @@ name: Coolify Builder (v4)
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main", "v4"]
|
branches: ["main", "v4"]
|
||||||
|
paths:
|
||||||
|
- .github/workflows/coolify-builder.yml
|
||||||
|
- docker/coolify-builder/Dockerfile
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue