Skip to content

Commit 02ae053

Browse files
removed debug step
1 parent c6a5b8d commit 02ae053

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/build-docker.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232

3333
- name: Checkout
3434
uses: actions/checkout@v4
35-
36-
- name: push debug
37-
run: echo ${{ inputs.push }}
3835

3936
- name: Docker Login
4037
if: ${{ inputs.push }}
@@ -62,8 +59,6 @@ jobs:
6259
echo "tagname=demo" >> $GITHUB_OUTPUT
6360
elif [[ "${{ github.ref_name }}" == "hotfix" ]]; then
6461
echo "tagname=hotfix" >> $GITHUB_OUTPUT
65-
elif [[ "${{ github.ref_name }}" == "dependabotchanges" ]]; then
66-
echo "tagname=dependabotchanges" >> $GITHUB_OUTPUT
6762
else
6863
echo "tagname=default" >> $GITHUB_OUTPUT
6964
fi

0 commit comments

Comments
 (0)