Skip to content

Commit

Permalink
change repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Aug 14, 2023
1 parent 396b105 commit e4150c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Vib Build

on:
push:
branches: [ "main" ]
branches: [ "test" ]
workflow_dispatch:

env:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Push To GHCR
run: |
docker login ghcr.io -u ${{ env.REGISTRY_USER }} -p ${{ env.REGISTRY_PASSWORD }}
docker image push "ghcr.io/vanilla-os/pico:main"
docker image push "ghcr.io/vanilla-os/pico:test"
- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vib-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Vib PR

on:
pull_request:
branches: [ "main" ]
branches: [ "test" ]

jobs:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Types: deb
URIs: http://repo.vanillaos.org/
URIs: http://repo2.vanillaos.org/
Suites: sid
Architectures: amd64
Components: main
Expand Down
Binary file modified rootfs/includes.rootfs/usr/share/keyrings/vanilla_keyring.gpg
Binary file not shown.

0 comments on commit e4150c7

Please sign in to comment.