DEV: Correct manifest name for images with PG 15 installed ()

Follow-up to ab957b2f64
This commit is contained in:
Alan Guo Xiang Tan 2025-01-21 16:01:07 +08:00 committed by GitHub
parent ab957b2f64
commit 0c7d085b38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -172,7 +172,7 @@ jobs:
-a discourse/base:2.0.${{ env.TIMESTAMP }}-main-arm64
# Full Discourse `main` branch timestamped with PG 15
docker manifest create discourse/base:2.0.${{ env.TIMESTAMP }}-15 \
docker manifest create discourse/base:2.0.${{ env.TIMESTAMP }}-pg-15 \
-a discourse/base:2.0.${{ env.TIMESTAMP }}-main-amd64-pg-15 \
-a discourse/base:2.0.${{ env.TIMESTAMP }}-main-arm64-pg-15