update builder github workflow
This commit is contained in:
parent
ef7a41f896
commit
2a7e7e978b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/coolify-builder.yml
vendored
4
.github/workflows/coolify-builder.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Coolify Builder (v4)
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ["main", "v4"]
|
||||
branches: ["main", "next"]
|
||||
paths:
|
||||
- .github/workflows/coolify-builder.yml
|
||||
- docker/coolify-builder/Dockerfile
|
||||
|
|
@ -77,4 +77,4 @@ jobs:
|
|||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Create & publish manifest
|
||||
run: |
|
||||
docker buildx imagetools create --append ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:aarch64 --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||
docker buildx imagetools create --append ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:aarch64 --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue