mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-21 14:49:33 +02:00
create tag with python v2
This commit is contained in:
parent
f17331151a
commit
34477928fb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_base_image.yml
vendored
4
.github/workflows/build_base_image.yml
vendored
|
@ -23,8 +23,8 @@ jobs:
|
|||
try:
|
||||
with open(".tool-versions", "r") as f:
|
||||
for line in f:
|
||||
(key, val) = line.split()
|
||||
versions[key] = val
|
||||
(key, val) = line.split()
|
||||
versions[key] = val
|
||||
except:
|
||||
print("Something is not right")
|
||||
print("internetee/erlang-ruby:" + versions["erlang"] + "-" + versions["ruby"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue