Skip to content

Commit c717b68

Browse files
authored
Update coolify-helper.yml
1 parent a1d395f commit c717b68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coolify-helper.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
REGISTRY: ghcr.io
12-
IMAGE_NAME: "coollabsio/coolify-helper"
12+
IMAGE_NAME: "peaklabs-dev/coolify-helper"
1313

1414
jobs:
1515
amd64:
@@ -94,6 +94,7 @@ jobs:
9494
- name: Create & publish manifest
9595
run: |
9696
docker buildx imagetools create --append ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.VERSION }}-aarch64 --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.VERSION }} --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
97+
docker buildx imagetools create --append ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.VERSION }} --platform linux/arm/v8 --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.version.outputs.VERSION }} --tag ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
9798
- uses: sarisia/actions-status-discord@v1
9899
if: always()
99100
with:

0 commit comments

Comments
 (0)