We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
debug=false
1 parent f67299f commit c2064baCopy full SHA for c2064ba
1 file changed
.github/workflows/deployment.yml
@@ -95,7 +95,6 @@ jobs:
95
type=ref,event=tag
96
flavor: |
97
latest=false
98
- debug=false
99
100
# Authenticate to Docker Hub so the workflow can push images.
101
- name: Login to Docker Hub
@@ -184,7 +183,6 @@ jobs:
184
183
type=raw,value=${{ github.event.inputs.tag }}
185
186
187
188
189
# Extract only the tag portion from metadata-action output of the tag.
190
- name: Extract normalized tag only
@@ -213,7 +211,6 @@ jobs:
213
211
type=raw,value=${{ github.event.inputs.promote_name }}
214
212
215
216
217
218
# Extract only the promote name portion from metadata-action output of the floating tag.
219
- name: Extract normalized promote tag
0 commit comments