mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 03:35:55 +00:00
chore: Don't hardcode gcc version in ci/Dockerfile (#2337)
This commit is contained in:
1
.github/workflows/update_docker_ci.yml
vendored
1
.github/workflows/update_docker_ci.yml
vendored
@@ -326,6 +326,7 @@ jobs:
|
||||
build_args: |
|
||||
GHCR_REPO=${{ needs.repo.outputs.GHCR_REPO }}
|
||||
CLANG_MAJOR_VERSION=${{ env.CLANG_MAJOR_VERSION }}
|
||||
GCC_MAJOR_VERSION=${{ env.GCC_MAJOR_VERSION }}
|
||||
GCC_VERSION=${{ env.GCC_VERSION }}
|
||||
dockerhub_repo: rippleci/clio_ci
|
||||
dockerhub_description: CI image for XRPLF/clio.
|
||||
|
||||
Reference in New Issue
Block a user