Skip to content

Commit 6dcd811

Browse files
authored
Merge pull request #59 from Krenair/patch-1
Be more explicit about UNPACK_ROOTFS in example expecting it
2 parents 98bf08c + 9b6b43e commit 6dcd811

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ like so:
200200
```yaml
201201
plan:
202202
- task: build-image
203+
params:
204+
UNPACK_ROOTFS: true
203205
output_mapping: {image: my-built-image}
204206
- task: use-image
205207
image: my-built-image

0 commit comments

Comments
 (0)