Skip to content

Commit

Permalink
Merge pull request #83 from Vanilla-OS/ghcr
Browse files Browse the repository at this point in the history
Port to GHCR
  • Loading branch information
pietrodicaprio authored Jul 30, 2023
2 parents c527c6f + f61a941 commit 3216a47
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 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 All @@ -31,6 +31,15 @@ jobs:

- name: Test
run: go test -v ./tests/..

- name: Compress
run: tar -czvf abrootv2.tar.gz abrootv2

- uses: actions/upload-artifact@v3
with:
name: abrootv2
path: abrootv2.tar.gz

sonar:
name: Sonar
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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 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 3216a47

Please sign in to comment.