From 111accf766aeca1e5ae00cc69fe3bbe6d2764984 Mon Sep 17 00:00:00 2001 From: Michael Burman Date: Mon, 28 Feb 2022 14:23:17 +0200 Subject: [PATCH] Comment out the GHA/act incompatibility --- .github/workflows/release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b300b8e..1b10a3d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,14 +41,14 @@ jobs: echo ::set-output name=sha_short::$(git rev-parse --short=8 ${{ github.sha }}) echo ::set-output name=tag_name::${GITHUB_REF#refs/tags/} echo "TARGET_VERSION=$(echo ${GITHUB_REF#refs/tags/} | awk '{print substr($0,2)}')" >> $GITHUB_ENV - - name: Set git parsed values for act - if: ${{ env.ACT }} - id: vars - shell: bash - run: | - echo ::set-output name=sha_short::$(git rev-parse --short=8 ${{ github.sha }}) - echo ::set-output name=tag_name::$(git describe --abbrev=0 --tags) - echo "TARGET_VERSION=$(echo $(git describe --abbrev=0 --tags) | awk '{print substr($0,2)}')" >> $GITHUB_ENV + # - name: Set git parsed values for act + # if: ${{ env.ACT }} + # id: vars + # shell: bash + # run: | + # echo ::set-output name=sha_short::$(git rev-parse --short=8 ${{ github.sha }}) + # echo ::set-output name=tag_name::$(git describe --abbrev=0 --tags) + # echo "TARGET_VERSION=$(echo $(git describe --abbrev=0 --tags) | awk '{print substr($0,2)}')" >> $GITHUB_ENV - name: Build and push id: docker_build_system-logger uses: docker/build-push-action@v2