Skip to content

Commit c2064ba

Browse files
committed
bugfix: Remove redundant debug=false entries in deployment workflow.
1 parent f67299f commit c2064ba

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ jobs:
9595
type=ref,event=tag
9696
flavor: |
9797
latest=false
98-
debug=false
9998
10099
# Authenticate to Docker Hub so the workflow can push images.
101100
- name: Login to Docker Hub
@@ -184,7 +183,6 @@ jobs:
184183
type=raw,value=${{ github.event.inputs.tag }}
185184
flavor: |
186185
latest=false
187-
debug=false
188186
189187
# Extract only the tag portion from metadata-action output of the tag.
190188
- name: Extract normalized tag only
@@ -213,7 +211,6 @@ jobs:
213211
type=raw,value=${{ github.event.inputs.promote_name }}
214212
flavor: |
215213
latest=false
216-
debug=false
217214
218215
# Extract only the promote name portion from metadata-action output of the floating tag.
219216
- name: Extract normalized promote tag

0 commit comments

Comments
 (0)