Commit 41796bb
Remove redundant Docker image tagging
The image tagging operation was never used anywhere in the codebase.
Tests reference the image via @image.id directly, not by the tag name.
Benefits:
- Slightly faster image builds (no tagging overhead)
- Cleaner code without unused operations
- Reduces confusion about whether tags are needed
All tests pass successfully without the tagging operation.
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>1 parent 2374600 commit 41796bb
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | | - | |
7 | | - | |
8 | 5 | | |
9 | 6 | | |
10 | 7 | | |
| |||
0 commit comments