Update .github/workflows/publish-docker-images.yml

This commit is contained in:
Clémentine 2025-05-08 20:08:34 +02:00 committed by GitHub
parent 4041978402
commit 6ec430b633
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,7 +111,7 @@ jobs:
run: |
JSON_STRING=$( jq --null-input --compact-output \
--arg version "${{ github.ref_name }}" \
--arg appName "" \
--arg appName "meilisearch" \
--arg environment "production" \
--arg commitSha "${{ github.sha }}" \
--arg repositoryFullName "${{ github.repository }}" \