Skip to content

Commit

Permalink
Test GHCR CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun committed Jul 30, 2023
1 parent c527c6f commit 67075e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
container:
image: registry.vanillaos.org/vanillaos/pico:main
image: ghcr.io/vanilla-os/pico:main

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Go

on:
push:
branches: [ "v2" ]
branches: [ "v2" , "ghcr" ]

jobs:

build:
name: Build
runs-on: ubuntu-latest
container:
image: registry.vanillaos.org/vanillaos/pico:main
image: ghcr.io/vanilla-os/pico:main

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions config/abroot.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"autoRepair": true,

"registry": "registry.vanillaos.org",
"registry": "ghcr.io/vanilla-os",
"registryAPIVersion": "v2",
"name": "vanillaos/desktop",
"name": "desktop",
"tag": "main",

"iPkgMngPre": "",
Expand Down

0 comments on commit 67075e6

Please sign in to comment.