Skip to content

Commit

Permalink
Stop building 5.8 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
atoomic committed Mar 23, 2020
1 parent b093d34 commit d7d4387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- '5.14'
- '5.12'
- '5.10'
- '5.8'
# - '5.8'

steps:
- uses: actions/checkout@master
Expand All @@ -39,4 +39,4 @@ jobs:
password: ${{ secrets.DOCKER_GITHUB_TOKEN }}
dockerfile: Dockerfile
buildargs: BASE=${{ matrix.perl-version }}
tags: "v${{ matrix.perl-version }}"
tags: "v${{ matrix.perl-version }}"

0 comments on commit d7d4387

Please sign in to comment.