Skip to content

Commit c1930e3

Browse files
committed
Revert "Update coolify-helper.yml"
This reverts commit c717b68.
1 parent c717b68 commit c1930e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/coolify-helper.yml

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

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

1414
jobs:
1515
amd64:
@@ -94,7 +94,6 @@ 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
9897
- uses: sarisia/actions-status-discord@v1
9998
if: always()
10099
with:

0 commit comments

Comments
 (0)