From 05a83983fe62d051e6e3c47b88b3c8b0f856b0f0 Mon Sep 17 00:00:00 2001 From: Keijo Raamat Date: Thu, 30 Sep 2021 15:10:44 +0300 Subject: [PATCH] create tag with python v3 --- .github/workflows/build_base_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_base_image.yml b/.github/workflows/build_base_image.yml index c603ecd..9e570f2 100644 --- a/.github/workflows/build_base_image.yml +++ b/.github/workflows/build_base_image.yml @@ -28,7 +28,7 @@ jobs: except: print("Something is not right") print("internetee/erlang-ruby:" + versions["erlang"] + "-" + versions["ruby"]) - print(os.environ["GITHUB_ENV"]) + print(os.environ) #echo "TAG=internetee/erlang-ruby:'$ERLANG_VER'-'$RUBY_VER'" >> $GITHUB_ENV - name: Build image