Skip to content

Commit

Permalink
Merge pull request #1634 from SUSE/remove_latest_from_sle16
Browse files Browse the repository at this point in the history
Remove :latest tag from SLE16_0 containers
  • Loading branch information
dirkmueller authored Sep 10, 2024
2 parents 4daab4e + 491c2d6 commit 574f40c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bci_build/package/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ def release_package_names(self) -> tuple[str, ...]:
CAN_BE_LATEST_OS_VERSION: list[OsVersion] = [
OsVersion.SP6,
OsVersion.TUMBLEWEED,
OsVersion.SLE16_0,
]


Expand Down

0 comments on commit 574f40c

Please sign in to comment.