Skip to content

Commit

Permalink
Remove 1.9.9 from sf tags #288
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 committed Apr 2, 2024
1 parent a8ed2aa commit b83a6f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-multi-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo "Select Base Image [" $select_base_image "]"
declare -A sl_versions
sl_versions[stable]=1.9.9
sl_versions[stable]=current
declare -A special_tags
special_tags[stable-std-full]="${image_name}:latest,${image_name}:stable"
Expand All @@ -85,7 +85,7 @@ jobs:
squeezelite_version_str=""
if [ ${{ matrix.build_mode }} = "sf" ]; then
squeezelite_version_str="squeezelite-1.9.9-sourceforge"
squeezelite_version_str="squeezelite-current-sourceforge"
elif [ ${{ matrix.build_mode }} = "r2" ]; then
squeezelite_version_str="squeezelite-1.8.4-r2"
else
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ From this repository I create all the versions of the image. Each of them featur
Tag|Base Image|SqueezeLite Version|SqueezeLite Origin|Additional Tags
:---|:---:|:---:|:---:|:---
debian|debian:stable-slim|1.9.9|Debian Repo|latest, stable, debian-squeezelite-1.9.9, debian-squeezelite-1.9.9-RELEASE
debian-sourceforge|debian:stable-slim|1.9.9|SourceForge|sourceforge-latest, sourceforge-stable, debian-squeezelite-1.9.9-sourceforge, debian-squeezelite-1.9.9-sourceforge-RELEASE
debian-sourceforge|debian:stable-slim|current|SourceForge|sourceforge-latest, sourceforge-stable, debian-squeezelite-current-sourceforge, debian-squeezelite-current-sourceforge-RELEASE

## Release History

Expand Down
1 change: 1 addition & 0 deletions doc/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Older build might be dropped in order to save space on docker-hub and incur in l

Date|Type|Description
:---|:---|:---
2024-04-02|Maintenance|Remove 1.9.9 from sf tags (see [#288](https://github.com/GioF71/squeezelite-docker/issues/288))
2024-03-29|Update|Sourceforge binaries version bump (see [#286](https://github.com/GioF71/squeezelite-docker/issues/286))
2024-03-21|Update|Sourceforge binaries version bump (see [#284](https://github.com/GioF71/squeezelite-docker/issues/284))
2024-03-05|Update|Sourceforge binaries version bump (see [#279](https://github.com/GioF71/squeezelite-docker/issues/279))
Expand Down

0 comments on commit b83a6f9

Please sign in to comment.