Skip to content

Commit 8dcd219

Browse files
authored
[Maintenance] Images are still named 0.23.11 instead of 0.23.12 #230 (#231)
1 parent 14324fb commit 8dcd219

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docker-multi-arch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
6464
base_image=${base_image_from_matrix[${{ matrix.base }}]}
6565
#mpd_version=${mpd_versions[${{ matrix.base }}]}
66-
# compiled version is 0.23.11
67-
mpd_version=0.23.11
66+
# compiled version is 0.23.12
67+
mpd_version=0.23.12
6868
6969
tags=""
7070
if [ "${ref_type}" = "branch" ]; then

doc/change-history.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Date|Major Changes
44
:---|:---
5+
2023-02-04|Image name correction
56
2023-02-04|Dropped support for `PULSE` as `OUTPUT_MODE`
67
2023-02-03|Add support for `ALSA_OUTPUT_INTEGER_UPSAMPLING_ALLOWED`
78
2023-02-03|Bump to mpd version `v0.23.12`

0 commit comments

Comments
 (0)