Skip to content

Commit

Permalink
CI: Fix OCI image building
Browse files Browse the repository at this point in the history
ERROR: Additional property sut is not allowed.
  • Loading branch information
amotl committed Feb 13, 2025
1 parent 5c76e11 commit 75f3ca1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions release/oci-runtime/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
sut:
build: ../..
dockerfile: release/oci-runtime/Dockerfile
command: selftest.sh
services:
sut:
build:
context: ../..
dockerfile: release/oci-runtime/Dockerfile
command: selftest.sh
10 changes: 6 additions & 4 deletions release/oci-server/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
sut:
build: ../..
dockerfile: release/oci-server/Dockerfile
command: selftest.sh
services:
sut:
build:
context: ../..
dockerfile: release/oci-server/Dockerfile
command: selftest.sh

0 comments on commit 75f3ca1

Please sign in to comment.