Skip to content

Commit

Permalink
fix: action
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelemusiani committed May 23, 2024
1 parent 316c469 commit 48a3157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# to avoid it

- name: Check if 'dependabot' is in branch name
run: echo "IS_NOT_DEPENDABOT=$([[ $(echo ${{ github.branch_name }}) == *dependabot* ]] && echo "false" || echo "true")" >> $GITHUB_ENV
run: echo "IS_NOT_DEPENDABOT=$([[ $(echo ${{ env.branch_name }}) == *dependabot* ]] && echo "false" || echo "true")" >> $GITHUB_ENV

- name: Build and push with ref name
uses: docker/build-push-action@v3
Expand Down

0 comments on commit 48a3157

Please sign in to comment.