ci: Use ghcr.io/xrplf/clio-ci docker image (#2055)

This commit is contained in:
Ayaz Salikhov
2025-04-29 11:35:26 +01:00
committed by GitHub
parent 8b99013ff8
commit eef85b520a
8 changed files with 22 additions and 22 deletions

View File

@@ -11,7 +11,7 @@ jobs:
name: Check format
runs-on: ubuntu-latest
container:
image: rippleci/clio_ci:latest
image: ghcr.io/xrplf/clio-ci:latest
steps:
- name: Fix git permissions on Linux
shell: bash
@@ -28,7 +28,7 @@ jobs:
name: Check documentation
runs-on: ubuntu-latest
container:
image: rippleci/clio_ci:latest
image: ghcr.io/xrplf/clio-ci:latest
steps:
- uses: actions/checkout@v4
- name: Run linter
@@ -49,25 +49,25 @@ jobs:
- os: heavy
conan_profile: gcc
build_type: Release
container: '{ "image": "rippleci/clio_ci:latest" }'
container: '{ "image": "ghcr.io/xrplf/clio-ci:latest" }'
code_coverage: false
static: true
- os: heavy
conan_profile: gcc
build_type: Debug
container: '{ "image": "rippleci/clio_ci:latest" }'
container: '{ "image": "ghcr.io/xrplf/clio-ci:latest" }'
code_coverage: true
static: true
- os: heavy
conan_profile: clang
build_type: Release
container: '{ "image": "rippleci/clio_ci:latest" }'
container: '{ "image": "ghcr.io/xrplf/clio-ci:latest" }'
code_coverage: false
static: true
- os: heavy
conan_profile: clang
build_type: Debug
container: '{ "image": "rippleci/clio_ci:latest" }'
container: '{ "image": "ghcr.io/xrplf/clio-ci:latest" }'
code_coverage: false
static: true
- os: macos15
@@ -98,17 +98,17 @@ jobs:
conan_profile: gcc
build_type: Release
container:
image: rippleci/clio_ci:latest
image: ghcr.io/xrplf/clio-ci:latest
- os: heavy
conan_profile: clang
build_type: Release
container:
image: rippleci/clio_ci:latest
image: ghcr.io/xrplf/clio-ci:latest
- os: heavy
conan_profile: clang
build_type: Debug
container:
image: rippleci/clio_ci:latest
image: ghcr.io/xrplf/clio-ci:latest
- os: macos15
conan_profile: default_apple_clang
build_type: Release
@@ -134,7 +134,7 @@ jobs:
needs: build
runs-on: heavy
container:
image: rippleci/clio_ci:latest
image: ghcr.io/xrplf/clio-ci:latest
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4