Skip to content

Commit 6988135

Browse files
committed
rpms.in.yaml: use containerfile in context
Specify the Dockerfile as context instead of bare.
1 parent 09e90e5 commit 6988135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/hermetic/rpms.in.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ contentOrigin:
1919
varsFromContainerfile: "Dockerfile"
2020

2121
context:
22-
bare: false
22+
containerfile: ./Dockerfile
2323

2424
# TODO: for now we only enable x86_64 to speed up development and we'll add the remaining arches once the
2525
# whole pipeline (i.e build, testing and release) ready.

0 commit comments

Comments
 (0)