From de90f18cd0dbd83a76aaa0c219d9e7cff6cb669f Mon Sep 17 00:00:00 2001 From: Frederico Araujo Date: Tue, 13 Jul 2021 23:30:15 -0400 Subject: [PATCH] fix ci for releases Signed-off-by: Frederico Araujo --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5d71e35c..8bb7bc32 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -94,7 +94,7 @@ jobs: id: args shell: bash run: | - echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" + echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/*/})" echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" - name: Build and push id: docker_build