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/ .docker/
.docker-oci/
# ────────────────────────────────────────── # ──────────────────────────────────────────
# Tests & Coverage # Tests & Coverage

View file

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