Skip to content

Commit

Permalink
Merge pull request #263 from martin-helmich/bugfix/matrix-add-typo3-12
Browse files Browse the repository at this point in the history
Add TYPO3 v12 to build matrix
  • Loading branch information
martin-helmich authored Jul 23, 2023
2 parents 61793f7 + af9728e commit 55d0569
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ jobs:
strategy:
matrix:
version:
- "6.2"
- "7.6"
- "8.7"
- "9.5"
- "10.4"
- "11.5"
- "12.4"

steps:
- uses: actions/checkout@v2
Expand All @@ -39,6 +38,6 @@ jobs:
docker buildx build -t ${{ secrets.DOCKERHUB_USER }}/typo3:$VERSION --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --push .
docker buildx imagetools create ${{ secrets.DOCKERHUB_USER }}/typo3:$VERSION --tag ${{ secrets.DOCKERHUB_USER }}/typo3:$MAJOR
if [[ ${MAJOR} -eq 11 ]] ; then
if [[ ${MAJOR} -eq 12 ]] ; then
docker buildx imagetools create ${{ secrets.DOCKERHUB_USER }}/typo3:$VERSION --tag ${{ secrets.DOCKERHUB_USER }}/typo3:latest
fi

0 comments on commit 55d0569

Please sign in to comment.