Skip to content

Commit 36e206a

Browse files
committed
Update registry image to GHCR
1 parent dd36d35 commit 36e206a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
container:
13-
image: registry.vanillaos.org/vanillaos/pico:main
13+
image: ghcr.io/vanilla-os/pico:main
1414

1515
steps:
1616
- uses: actions/checkout@v3

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: registry.vanillaos.org/vanillaos/pico:main
12+
image: ghcr.io/vanilla-os/pico:main
1313

1414
steps:
1515
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)