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 9
9
10
10
env :
11
11
REGISTRY : ghcr.io
12
- IMAGE_NAME : " peaklabs-dev /coolify-helper"
12
+ IMAGE_NAME : " coollabsio /coolify-helper"
13
13
14
14
jobs :
15
15
amd64 :
94
94
- name : Create & publish manifest
95
95
run : |
96
96
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
98
97
- uses : sarisia/actions-status-discord@v1
99
98
if : always()
100
99
with :
You can’t perform that action at this time.
0 commit comments