File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111env :
1212 REGISTRY : ghcr.io
13- IMAGE_NAME : ${{ github.repository_owner }} /vup-builder
13+ IMAGE_NAME : vup-linux /vup-builder
1414
1515jobs :
1616 build-and-push :
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 if : needs.check-changes.outputs.should_run == 'true'
104104 runs-on : ubuntu-latest
105105 container :
106- image : ghcr.io/VUP-Linux /vup-builder:latest
106+ image : ghcr.io/vup-linux /vup-builder:latest
107107 options : --privileged
108108 strategy :
109109 matrix : ${{ fromJson(needs.check-changes.outputs.matrix) }}
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 needs : labeler
2727 container :
28- image : ghcr.io/VUP-Linux /vup-builder:latest
28+ image : ghcr.io/vup-linux /vup-builder:latest
2929 options : --privileged
3030 strategy :
3131 matrix :
You can’t perform that action at this time.
0 commit comments