DEV: Correct manifest name for images with PG 15 installed (#919)
Follow-up to ab957b2f64
This commit is contained in:
parent
ab957b2f64
commit
0c7d085b38
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue