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 : fallback shared libraries
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 if : github.ref == 'refs/heads/master'
7076 steps :
7177 - uses : actions/checkout@v4
8389 name : muon minimal static
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 steps :
8894 - uses : actions/checkout@v4
8995 - name : build
94100 name : make static
95101 runs-on : ubuntu-latest
96102 container :
97- image : ghcr.io/igaw/ linux-nvme/debian:latest
103+ image : ghcr.io/linux-nvme/debian:latest
98104 steps :
99105 - uses : actions/checkout@v4
100106 - name : build
@@ -105,7 +111,7 @@ jobs:
105111 name : build libnvme and nvme-cli separately
106112 runs-on : ubuntu-latest
107113 container :
108- image : ghcr.io/igaw/ linux-nvme/debian:latest
114+ image : ghcr.io/linux-nvme/debian:latest
109115 steps :
110116 - uses : actions/checkout@v4
111117 - name : build
0 commit comments