Skip to content

Commit

Permalink
add exclusion for buster with sourceforge, relocated stable
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 committed Sep 13, 2022
1 parent f6eb3b2 commit 48072e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-multi-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
exclude:
- base: "jammy"
sourceforge: "Y"
- base: "buster"
sourceforge: "Y"

steps:
- name: Checkout
Expand Down Expand Up @@ -64,9 +66,9 @@ jobs:
elif [ "${distro_id}" = "buster" ] && [ "${{ matrix.sourceforge }}" = "Y" ]; then
tags="${tags},$slug:sourceforge-buster";
elif [ "${distro_id}" = "buster" ] && [ "${{ matrix.sourceforge }}" = "N" ]; then
tags="${tags},$slug:${distro_id},$slug:stable";
elif [ "${distro_id}" = "bullseye" ] && [ "${{ matrix.sourceforge }}" = "N" ]; then
tags="${tags},$slug:${distro_id}";
elif [ "${distro_id}" = "bullseye" ] && [ "${{ matrix.sourceforge }}" = "N" ]; then
tags="${tags},$slug:${distro_id},$slug:stable";
elif [ "${distro_id}" = "jammy" ] && [ "${{ matrix.sourceforge }}" = "N" ]; then
tags="${tags},$slug:${distro_id}";
fi
Expand Down

0 comments on commit 48072e9

Please sign in to comment.