new builder image

This commit is contained in:
Andras Bacsai
2023-05-02 17:53:06 +02:00
parent 23cea9a130
commit 7fd93ab556
2 changed files with 9 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ name: Coolify Builder (v4)
on:
push:
branches: ["this-does-not-exist"]
branches: ["v4", "v4-next"]
env:
REGISTRY: ghcr.io
@@ -24,7 +24,7 @@ jobs:
with:
no-cache: true
context: .
file: docker/builder/Dockerfile
file: docker/coolify-builder/Dockerfile
platforms: linux/amd64
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest