We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63861bb + cf218dc commit c4207ceCopy full SHA for c4207ce
.github/workflows/publish-to-docker.yml
@@ -77,7 +77,7 @@ jobs:
77
password: ${{ secrets.DOCKER_GITHUB_TOKEN }}
78
dockerfile: Dockerfile
79
buildargs: BASE=${{ matrix.perl-version }}-buster,CPANOUTDATED=${{ matrix.perl-version != '5.8' }}
80
- tags: "${{ matrix.perl-version }}-buster,${{ matrix-perl-version }}"
+ tags: "${{ matrix.perl-version }}-buster,${{ matrix.perl-version }}"
81
82
build-bookworm:
83
name: "Build versions for bookworm"
0 commit comments