Commit 4085387
authored
Adds more published docker image tags (#5417)
# Description
Adds per-build immutable tags to the Docker images published by
[.github/workflows/publish-images.yaml](.github/workflows/publish-images.yaml),
and drops the bare commit-SHA tag (now redundant).
New tags published:
- `develop` builds: `$IMAGE:latest-develop-<run#>-<sha-stub>` (in
addition to the existing `$IMAGE:latest-develop`)
- `release/X` builds: `$IMAGE:latest-release-X-<run#>-<sha-stub>` (in
addition to the existing `$IMAGE:latest-release-X`)
Removed: `$IMAGE:<full-sha>`. The new run-number + short-SHA tags
provide the same per-build immutability with a more readable tag name.
`main` tagging (`$IMAGE:latest`, `$IMAGE:v<VERSION>`) is unchanged aside
from the dropped SHA tag.
The tagging-scheme comment in the workflow was updated to match.
Fixes # (issue)
## Type of change
- New feature (non-breaking change which adds functionality)
## Checklist
- [x] I have read and understood the [contribution
guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html)
- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./isaaclab.sh --format`
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there1 parent 301094d commit 4085387
1 file changed
Lines changed: 11 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
| 118 | + | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
| |||
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| 134 | + | |
132 | 135 | | |
133 | 136 | | |
134 | | - | |
135 | | - | |
| 137 | + | |
| 138 | + | |
136 | 139 | | |
137 | 140 | | |
138 | 141 | | |
| |||
0 commit comments