diff --git a/.github/workflows/build_base_image.yml b/.github/workflows/build_base_image.yml index 74b8d73..66e1ad5 100644 --- a/.github/workflows/build_base_image.yml +++ b/.github/workflows/build_base_image.yml @@ -38,8 +38,7 @@ jobs: - name: Set image tag" run: | - TAG = `cat TAG` - echo "TAG=internetee/erlang-ruby:'$ERLANG_VER'-'$RUBY_VER'" >> $GITHUB_ENV + echo "TAG=`cat TAG`" >> $GITHUB_ENV - name: Build image run: |