1717 compiler : [gcc, clang]
1818 buildtype : [debug, release]
1919 container :
20- image : ghcr.io/igaw/ linux-nvme/debian.python:latest
20+ image : ghcr.io/linux-nvme/debian.python:latest
2121 steps :
2222 - uses : actions/checkout@v4
2323 - name : build
@@ -43,10 +43,16 @@ jobs:
4343 - uses : actions/checkout@v4
4444 - name : enable foreign arch
4545 uses : dbhi/qus/action@main
46+ - name : Login to GitHub Container Registry
47+ uses : docker/login-action@v3
48+ with :
49+ registry : ghcr.io
50+ username : ${{ github.actor }}
51+ password : ${{ secrets.GITHUB_TOKEN }}
4652 - name : compile and run unit tests
4753 uses : mosteo-actions/docker-run@v2
4854 with :
49- image : ghcr.io/igaw/ linux-nvme/ubuntu-cross-${{ matrix.arch }}:latest
55+ image : ghcr.io/linux-nvme/ubuntu-cross-${{ matrix.arch }}:latest
5056 guest-dir : /build
5157 host-dir : ${{ github.workspace }}
5258 command : |
6571 name : libdbus
6672 runs-on : ubuntu-latest
6773 container :
68- image : ghcr.io/igaw/ linux-nvme/debian:latest
74+ image : ghcr.io/linux-nvme/debian:latest
6975 steps :
7076 - uses : actions/checkout@v4
7177 - name : build
8389 name : fallback shared libraries
8490 runs-on : ubuntu-latest
8591 container :
86- image : ghcr.io/igaw/ linux-nvme/debian:latest
92+ image : ghcr.io/linux-nvme/debian:latest
8793 if : github.ref == 'refs/heads/master'
8894 steps :
8995 - uses : actions/checkout@v4
@@ -101,7 +107,7 @@ jobs:
101107 name : muon minimal static
102108 runs-on : ubuntu-latest
103109 container :
104- image : ghcr.io/igaw/ linux-nvme/debian:latest
110+ image : ghcr.io/linux-nvme/debian:latest
105111 steps :
106112 - uses : actions/checkout@v4
107113 - name : build
0 commit comments