From a9fa5db23c04dc70a51fa60d2a65779ad31393d6 Mon Sep 17 00:00:00 2001 From: Jason Dove Date: Sun, 7 Mar 2021 06:47:55 -0600 Subject: [PATCH] try to get tag another way --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 189285644..abe2328bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} - name: Extract Git Tag - run: echo ::set-env name=GIT_TAG::${GITHUB_REF/refs\/tags\//:1} + run: echo "GIT_TAG=${GITHUB_REF/refs\/tags\//:1}" >> $GITHUB_ENV - name: Build and push base uses: docker/build-push-action@v2 with: