Skip to content

Commit

Permalink
Kept working version
Browse files Browse the repository at this point in the history
  • Loading branch information
MukuFlash03 committed Oct 1, 2024
1 parent cb1b544 commit b27ee77
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,8 @@ jobs:
run: |
base_ref=${{ github.event.base_ref }}
echo "Branch name: branch_name=${base_ref#refs/heads/}"
branch_name=${base_ref#refs/heads/}
echo "Branch name without prefix: $branch_name"
# echo "branch_name=$branch_name" >> "$GITHUB_OUTPUT"
echo "Branch name: branch_name=${${{ github.event.base_ref }}#refs/heads/}"
branch_name=${${{ github.event.base_ref }}#refs/heads/}
echo "Branch name without prefix: $branch_name"
echo "branch_name=${${{ github.event.base_ref }}#refs/heads/}" >> "$GITHUB_OUTPUT"
# branch_name=${base_ref#refs/heads/}
echo "branch_name=${base_ref#refs/heads/}" >> "$GITHUB_OUTPUT"
build:
if: ${{ !contains(github.event.head_commit.author.name, 'Github Actions bot to update .env with latest tags') }}
Expand Down

0 comments on commit b27ee77

Please sign in to comment.