Skip to content

Commit

Permalink
🙏
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Aug 14, 2023
1 parent 134d07c commit 70aadc2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 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 All @@ -12,8 +12,14 @@ env:
jobs:

build:

runs-on: ubuntu-latest

runs-on: ubuntu-22.04
container:
image: ghcr.io/vanilla-os/pico:main
volumes:
- /proc:/proc
- /:/run/host
options: --privileged -it

steps:
- uses: actions/checkout@v3
Expand All @@ -36,10 +42,10 @@ jobs:
run: docker image build -f Containerfile --tag ghcr.io/vanilla-os/pico:main .

# Push the image to GHCR (Image Registry)
- 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"
# - 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"

- uses: actions/upload-artifact@v3
with:
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 70aadc2

Please sign in to comment.