Commit dd3ca12
authored
Merge the "bugfix/promote-dockerhub-use-normalized-tags" branch into the "develop" branch
This merge updates `.github/workflows/deployment.yml` to restore Docker Hub promotion reference construction from normalized tag outputs. The workflow now uses `steps.tag.outputs.tag` and `steps['promote-tag'].outputs.tag` to build Docker Hub source and destination references from `env.DOCKERHUB_IMAGE` instead of extracting full `docker.io/` entries from metadata output.
In `Promote to Docker Hub Floating Tag`, the workflow now sets `SRC_TAG="${{ steps.tag.outputs.tag }}"` and `DEST_TAG="${{ steps['promote-tag'].outputs.tag }}"` instead of extracting Docker Hub references from `steps.meta.outputs.tags` and `steps.meta-promote.outputs.tags`. It then constructs `SRC="docker.io/${{ env.DOCKERHUB_IMAGE }}:${SRC_TAG}"` and `DEST="docker.io/${{ env.DOCKERHUB_IMAGE }}:${DEST_TAG}"` from those normalized tag outputs.
This keeps Docker Hub promotion aligned with the configured `DOCKERHUB_IMAGE` repository while preserving normalized tag values emitted by the workflow. No other files or workflow jobs are modified by this merge.1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
299 | | - | |
| 298 | + | |
| 299 | + | |
300 | 300 | | |
301 | | - | |
302 | | - | |
| 301 | + | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
0 commit comments