File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 99
1010env :
1111 REGISTRY : ghcr.io
12- IMAGE_NAME : " peaklabs-dev /coolify-helper"
12+ IMAGE_NAME : " coollabsio /coolify-helper"
1313
1414jobs :
1515 amd64 :
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 :
You can’t perform that action at this time.
0 commit comments