We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a5b8d commit 02ae053Copy full SHA for 02ae053
1 file changed
.github/workflows/build-docker.yml
@@ -32,9 +32,6 @@ jobs:
32
33
- name: Checkout
34
uses: actions/checkout@v4
35
-
36
- - name: push debug
37
- run: echo ${{ inputs.push }}
38
39
- name: Docker Login
40
if: ${{ inputs.push }}
@@ -62,8 +59,6 @@ jobs:
62
59
echo "tagname=demo" >> $GITHUB_OUTPUT
63
60
elif [[ "${{ github.ref_name }}" == "hotfix" ]]; then
64
61
echo "tagname=hotfix" >> $GITHUB_OUTPUT
65
- elif [[ "${{ github.ref_name }}" == "dependabotchanges" ]]; then
66
- echo "tagname=dependabotchanges" >> $GITHUB_OUTPUT
67
else
68
echo "tagname=default" >> $GITHUB_OUTPUT
69
fi
0 commit comments