Skip to content

Commit

Permalink
rename build stages
Browse files Browse the repository at this point in the history
  • Loading branch information
mdprotacio committed Nov 30, 2023
1 parent 14bc014 commit ada382d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
id: date
run: echo "date=$(date -u +'%Y%m%d')" >> $GITHUB_OUTPUT

php-latest:
needs: [build-versions, php-lower]
latest:
needs: [build-versions, build-images]
strategy:
matrix:
variant: [fpm, fpm-alpine, apache]
Expand All @@ -57,7 +57,7 @@ jobs:
ghcr.io/${{ github.repository_owner }}/symfony:${{ matrix.latest }}-${{ matrix.variant }}
${{ github.repository_owner }}/symfony:${{ matrix.latest }}-${{ matrix.variant }}
php-lower:
build-images:
needs: build-versions
strategy:
max-parallel: 4
Expand Down

0 comments on commit ada382d

Please sign in to comment.