Commit a85254b
authored
Merge the "bugfix/deployment-disable-unwanted-tags" branch into the "develop" branch
This merge updates `.github/workflows/deployment.yml` to remove redundant `debug=false` flavor settings from the deployment workflow metadata steps. The workflow continues to disable implicit `latest` tag generation, but it no longer carries the extra `debug=false` lines in the three `docker/metadata-action@v5` invocations.
In `Docker meta (version tags + labels)`, `Normalize tag (match tag)`, and `Normalize promote name (floating tag)`, the `flavor:` block is reduced from two entries to one by removing `debug=false` and leaving `latest=false` intact. This preserves the existing explicit tag behavior while simplifying the metadata configuration.
No other files or workflow jobs are modified by this merge.1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
| |||
184 | 183 | | |
185 | 184 | | |
186 | 185 | | |
187 | | - | |
188 | 186 | | |
189 | 187 | | |
190 | 188 | | |
| |||
213 | 211 | | |
214 | 212 | | |
215 | 213 | | |
216 | | - | |
217 | 214 | | |
218 | 215 | | |
219 | 216 | | |
| |||
0 commit comments