envs in build

pull/508/head
Hunter Long 2020-04-18 03:32:37 -07:00
parent f6fc0f6c62
commit 3626d0747b
1 changed files with 4 additions and 0 deletions

View File

@ -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: