Skip to content

Commit

Permalink
Update docker-multi-arch.yml (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 authored Mar 3, 2023
1 parent ab23c27 commit 04bbd7e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/docker-multi-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,13 @@ jobs:
image_name=${{secrets.DOCKER_USERNAME}}/mpd-scrobbler
declare -A base_image_from_matrix
base_image_from_matrix[bookworm]=debian:bookworm-slim
base_image_from_matrix[buster]=debian:buster-slim
base_image_from_matrix[bullseye]=debian:bullseye-slim
base_image_from_matrix[jammy]=ubuntu:jammy
base_image_from_matrix[alpine]=alpine:latest
declare -A mpdscribble_versions
mpdscribble_versions[buster]=0.22.6
mpdscribble_versions[bullseye]=0.22.6
mpdscribble_versions[bookworm]=0.24.2
mpdscribble_versions[jammy]=0.23.1
mpdscribble_versions[alpine]=0.24-r3
declare -A special_tags
special_tags[bullseye]="${image_name}:stable,${image_name}:latest"
special_tags[bookworm]="${image_name}:edge"
special_tags[buster]="${image_name}:legacy"
special_tags[alpine]="${image_name}:stable,${image_name}:latest"
base_image=${base_image_from_matrix[${{ matrix.base }}]}
mpdscribble_version=${mpdscribble_versions[${{ matrix.base }}]}
Expand Down

0 comments on commit 04bbd7e

Please sign in to comment.