Skip to content

Commit

Permalink
Comment out the GHA/act incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Feb 28, 2022
1 parent 4ce4301 commit 111accf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 111accf

Please sign in to comment.