Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rspier committed May 5, 2024
1 parent 63861bb commit cf218dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
password: ${{ secrets.DOCKER_GITHUB_TOKEN }}
dockerfile: Dockerfile
buildargs: BASE=${{ matrix.perl-version }}-buster,CPANOUTDATED=${{ matrix.perl-version != '5.8' }}
tags: "${{ matrix.perl-version }}-buster,${{ matrix-perl-version }}"
tags: "${{ matrix.perl-version }}-buster,${{ matrix.perl-version }}"

build-bookworm:
name: "Build versions for bookworm"
Expand Down

0 comments on commit cf218dc

Please sign in to comment.