fix(ci): use OCIOutput instead of invalid DockerLoadOutput

This commit is contained in:
Camille 2026-05-30 00:31:54 +02:00
parent bf6caa0c26
commit 343ed1af1f
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View file

@ -73,6 +73,7 @@ desktop.ini
# Docker
# ──────────────────────────────────────────
.docker/
.docker-oci/
# ──────────────────────────────────────────
# Tests & Coverage

View file

@ -92,8 +92,8 @@ jobs:
buildPath: .
dockerfile: apps/frontend/Dockerfile
output:
type: DockerLoadOutput
imageName: citygame-frontend:ci
type: OCIOutput
destPath: .docker-oci/frontend
platforms: linux/amd64
condition: SUCCESSFUL
optional: false
@ -102,8 +102,8 @@ jobs:
buildPath: .
dockerfile: apps/backend/Dockerfile
output:
type: DockerLoadOutput
imageName: citygame-backend:ci
type: OCIOutput
destPath: .docker-oci/backend
platforms: linux/amd64
condition: SUCCESSFUL
optional: false