mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-21 22:50:48 +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:
|
try:
|
||||||
with open(".tool-versions", "r") as f:
|
with open(".tool-versions", "r") as f:
|
||||||
for line in f:
|
for line in f:
|
||||||
(key, val) = line.split()
|
(key, val) = line.split()
|
||||||
versions[key] = val
|
versions[key] = val
|
||||||
except:
|
except:
|
||||||
print("Something is not right")
|
print("Something is not right")
|
||||||
print("internetee/erlang-ruby:" + versions["erlang"] + "-" + versions["ruby"])
|
print("internetee/erlang-ruby:" + versions["erlang"] + "-" + versions["ruby"])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue