Skip to content

Commit c4207ce

Browse files
authored
Merge pull request #64 from rspier/fixtypo
2 parents 63861bb + cf218dc commit c4207ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)