Skip to content

Commit c6e7da5

Browse files
committed
chore: fix docker
1 parent 9fd21a1 commit c6e7da5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
REGISTRY: ghcr.io
13-
IMAGE_NAME: ${{ github.repository_owner }}/vup-builder
13+
IMAGE_NAME: vup-linux/vup-builder
1414

1515
jobs:
1616
build-and-push:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) }}

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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:

0 commit comments

Comments
 (0)