fix(release): v0.5.4 — fix Docker build and publish pipeline

- Dockerfile: add dummy src/bin/generate-openapi.rs in cacher stage to satisfy
  Cargo.toml [[bin]] target resolution during dependency caching
- docker-publish.yml: add explicit ref to checkout steps so workflow_dispatch
  builds the correct tag instead of HEAD of main
- docker-publish.yml: increase timeout to 180min for multi-arch QEMU builds
- Bump version to 0.5.4

Closes #250
This commit is contained in:
Dionisio
2026-04-04 21:25:18 +02:00
parent f0b710e5af
commit e90fb2ea3c
3 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "oxicloud"
version = "0.5.3"
version = "0.5.4"
edition = "2024"
default-run = "oxicloud"