Skip to content

Commit

Permalink
build bookworm back to 5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
rspier committed May 18, 2024
1 parent 6a22a59 commit 8c9f514
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
name: Publish to Docker
on:
push:
branches:
- "main"
schedule:
- cron: "10 6 * * *"
workflow_dispatch:
Expand Down Expand Up @@ -34,7 +32,7 @@ jobs:
id: action
uses: perl-actions/perl-versions@main
with:
since-perl: '5.36'
since-perl: '5.20'
with-devel: 'true'

latest-build:
Expand Down Expand Up @@ -94,9 +92,11 @@ jobs:
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: ${{ secrets.DOCKER_REPO }}
name: ${{ secrets.DOCKER_REPO || "test" }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_GITHUB_TOKEN }}
dockerfile: Dockerfile
buildargs: BASE=${{ matrix.perl-version }}-slim-bookworm,CPANOUTDATED=1
tags: "${{ matrix.perl-version }}-slim-bookworm"
no_push: ${{ github.event_name == 'push' }}

0 comments on commit 8c9f514

Please sign in to comment.