This commit is contained in:
Andras Bacsai 2023-04-27 13:50:00 +02:00
parent 8032dd08bc
commit 9e06058b59
2 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,7 @@
.env .env
.env.backup .env.backup
.env.production .env.production
.env.secrets
.phpunit.result.cache .phpunit.result.cache
Homestead.json Homestead.json
Homestead.yaml Homestead.yaml
@ -21,4 +22,3 @@ yarn-error.log
/.npm /.npm
/.bash_history /.bash_history
/_volumes /_volumes

View File

@ -2,7 +2,7 @@ name: Coolify Builder (v4)
on: on:
push: push:
branches: ["v4"] branches: ["this-does-not-exist"]
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io