Skip to content

Commit 809de18

Browse files
committed
Add latest and 5.32
1 parent 1db3d71 commit 809de18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-to-docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
perl-version:
19+
- 'latest'
20+
- '5.32'
1921
- '5.30'
2022
- '5.28'
2123
- '5.26'
@@ -39,4 +41,4 @@ jobs:
3941
password: ${{ secrets.DOCKER_GITHUB_TOKEN }}
4042
dockerfile: Dockerfile
4143
buildargs: BASE=${{ matrix.perl-version }}
42-
tags: "${{ matrix.perl-version }}"
44+
tags: "${{ matrix.perl-version }}"

0 commit comments

Comments
 (0)