Commit f67299f
authored
Merge the "bugfix/disable-implicit-docker-tags" branch into the "develop" branch
This merge updates `.github/workflows/deployment.yml` to disable implicit `latest` and `debug` tag generation in every `docker/metadata-action@v5` invocation used by the deployment workflow. The workflow now sets explicit metadata flavors so only the intended release and promotion tags are produced.
In `Docker meta (version tags + labels)`, `Normalize tag (match tag)`, and `Normalize promote name (floating tag)`, the workflow now adds a `flavor:` block with `latest=false` and `debug=false`. This prevents `docker/metadata-action@v5` from generating implicit extra tags while preserving the existing explicit `type=ref,event=tag` and `type=raw,value=...` tag definitions.
This keeps deployment tag generation constrained to the configured release tag and manual promotion inputs. No other files or workflow jobs are modified by this merge.1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
| |||
179 | 182 | | |
180 | 183 | | |
181 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
182 | 188 | | |
183 | 189 | | |
184 | 190 | | |
| |||
205 | 211 | | |
206 | 212 | | |
207 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
208 | 217 | | |
209 | 218 | | |
210 | 219 | | |
| |||
0 commit comments