Only tag ":perl" versions for focal jammy and lunar. But ":perl-ubuntu" can be whatever.
This commit is contained in:
parent
084902c185
commit
055c9ef1cb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/perl.yml
vendored
2
.github/workflows/perl.yml
vendored
|
|
@ -81,7 +81,7 @@ jobs:
|
|||
run: |
|
||||
echo "perl_version=$(docker run --rm ghcr.io/benzine-framework/perl:${{ matrix.ubuntu }} perl -v | grep "This is perl" | cut -d'(' -f2 | cut -d')' -f1 | sed 's/[^0-9.]*//g')" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: "Retag build with perl version (${{ steps.perl_version.outputs.perl_version })"
|
||||
- name: "Retag build with perl version (${{ steps.perl_version.outputs.perl_version }})"
|
||||
if: ${{ matrix.ubuntu == 'focal' || matrix.ubuntu == 'jammy' || matrix.ubuntu == 'lunar' }}
|
||||
run: |
|
||||
docker tag ghcr.io/benzine-framework/perl:${{ matrix.ubuntu }} ghcr.io/benzine-framework/perl:${{ steps.perl_version.outputs.perl_version }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue