Skip to content

Commit

Permalink
[Bug] Fix workflow #60 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 authored Jun 23, 2023
1 parent 7b15333 commit ea7fe1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-multi-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ jobs:
base_image_from_matrix[bullseye]=debian:bullseye-slim
base_image_from_matrix[bookworm]=debian:bookworm-slim
declare -A special_tags
special_tags[bookworm]="${image_name}:stable,${image_name}:latest"
special_tags[bullseye]="${image_name}:oldstable"
select_base_image=${base_image_from_matrix[${{ matrix.base }}]}
if [ -z "${select_base_image}" ]; then
select_base_image=debian:buster-slim
Expand All @@ -47,6 +43,10 @@ jobs:
image_name=${{secrets.DOCKER_USERNAME}}/librespot
declare -A special_tags
special_tags[bookworm]="${image_name}:stable,${image_name}:latest"
special_tags[bullseye]="${image_name}:oldstable"
distro_id=${{ matrix.base }}
tags=""
Expand Down

0 comments on commit ea7fe1b

Please sign in to comment.