mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-22 07:00:47 +02:00
test the base building v7
This commit is contained in:
parent
869fa833d2
commit
52e5d0cc86
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build_base_image.yml
vendored
3
.github/workflows/build_base_image.yml
vendored
|
@ -17,7 +17,8 @@ jobs:
|
|||
|
||||
- name: Set image tag
|
||||
run: |
|
||||
IFS=$'\n' read -d '' -r -a lines < .tool-versions && erlang_line="${lines[0]}"
|
||||
IFS=$'\n' read -d '' -r -a lines < .tool-versions
|
||||
erlang_line="${lines[0]}"
|
||||
ruby_line="${lines[1]}"
|
||||
echo $erlang_line
|
||||
echo $ruby_line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue