From 3626d0747bebd876699ac71ce75536b973b5d1d3 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Sat, 18 Apr 2020 03:32:37 -0700 Subject: [PATCH] envs in build --- .github/workflows/master.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index d8299ef5..794f5d47 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -245,6 +245,10 @@ jobs: - name: Checkout Statping Repo uses: actions/checkout@v2 + - name: Setting ENV's + run: echo ::set-env name=VERSION::$(cat version.txt) + shell: bash + - name: Base Docker Image uses: elgohr/Publish-Docker-Github-Action@master with: