We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d849569 commit 73cd3c2Copy full SHA for 73cd3c2
.github/workflows/build_and_deploy.yml
@@ -12,4 +12,5 @@ jobs:
12
with:
13
registry: ghcr.io
14
folder_name: .
15
- image_name: ${{ github.repository }}
+ image_name: ${{ github.repository }}
16
+ use_conventional_commits: false
0 commit comments