Skip to content

Commit f67648f

Browse files
committed
#2158: Add missing env variable and fix dockerfile name
1 parent aa645bd commit f67648f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
UBUNTU: 18.04
1818
COMPILER_TYPE: gnu
1919
COMPILER: gcc-8
20+
HOST_COMPILER: gcc-8
2021
BUILD_TYPE: release
2122
ULIMIT_CORE: 0
2223
VT_LB: 1

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ services:
330330
build:
331331
context: .
332332
target: base
333-
dockerfile: ci/docker/ubuntu-${UBUNTU}-${COMPILER_TYPE}-docs.dockerfile
333+
dockerfile: ci/docker/ubuntu-${COMPILER_TYPE}-docs.dockerfile
334334
args:
335335
<<: *default-args
336336
token: ${TOKEN}

0 commit comments

Comments
 (0)