Browse Source

remove setup of env vars

Matthew R Kasun 4 years ago
parent
commit
2d6a3d6168
1 changed files with 0 additions and 7 deletions
  1. 0 7
      .github/workflows/publish-docker.yml

+ 0 - 7
.github/workflows/publish-docker.yml

@@ -11,13 +11,6 @@ jobs:
   docker:
   docker:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
-      - name: Set Environment Variables
-        run:
-          echo "BUILD_VER=v0.0.$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
-        if ${{ github.head_ref }} = "master"
-          echo "TAG=latest" >>$GITHUB_ENV
-        if ${{ github.head_ref }} = "develop"
-          echo "TAG=develop" >> $GITHUB_ENV
       -
       -
         name: Checkout
         name: Checkout
         uses: actions/checkout@v2
         uses: actions/checkout@v2