fix(ci): use OCIOutput instead of invalid DockerLoadOutput
This commit is contained in:
parent
bf6caa0c26
commit
343ed1af1f
2 changed files with 5 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -73,6 +73,7 @@ desktop.ini
|
|||
# Docker
|
||||
# ──────────────────────────────────────────
|
||||
.docker/
|
||||
.docker-oci/
|
||||
|
||||
# ──────────────────────────────────────────
|
||||
# Tests & Coverage
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue