Skip to content

Commit

Permalink
🐛 fix worng input field (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel authored Jun 24, 2022
1 parent b1c66f8 commit 0cfcf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template_gitops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
dockerusername: ${{ secrets.docker_username }}
dockerpassword: ${{ secrets.docker_password }}
dockerenabled: ${{ secrets.dockerenabled }}
dockerenabled: ${{ inputs.dockerenabled }}
dockerbuildargs: ${{ inputs.dockerbuildargs }}
dockerbuildtarget: ${{ inputs.dockerbuildtarget }}
dockerimage: ${{ inputs.image }}
Expand Down

0 comments on commit 0cfcf60

Please sign in to comment.