Skip to content

Commit cf218dc

Browse files
committed
Fix typo.
1 parent 63861bb commit cf218dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
password: ${{ secrets.DOCKER_GITHUB_TOKEN }}
7878
dockerfile: Dockerfile
7979
buildargs: BASE=${{ matrix.perl-version }}-buster,CPANOUTDATED=${{ matrix.perl-version != '5.8' }}
80-
tags: "${{ matrix.perl-version }}-buster,${{ matrix-perl-version }}"
80+
tags: "${{ matrix.perl-version }}-buster,${{ matrix.perl-version }}"
8181

8282
build-bookworm:
8383
name: "Build versions for bookworm"

0 commit comments

Comments
 (0)