Skip to content

Commit

Permalink
fix: Proper Docker image name suffix (#7739)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirone committed Jan 15, 2024
1 parent 661a6e8 commit 64d0009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
with:
flavor: |
latest=false
suffix=-${{ matrix.php-version }}
suffix=-php${{ matrix.php-version }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_LOWER }}
tags: |
type=semver,pattern={{version}}
Expand Down

0 comments on commit 64d0009

Please sign in to comment.