Skip to content

Commit

Permalink
docs(compression): fix example and add note (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3rw3rk authored Jun 9, 2023
1 parent 57cde92 commit 083da87
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,12 @@ steps:
parameters:
registry: index.docker.io
repo: index.docker.io/octocat/hello-world
compression: zstd
compression_level: 3
+ compression: zstd
+ compression_level: 3
```

> **NOTE:** Be aware that while this may yield better compression and/or performance, many common container tools are not yet compatible with this type of compression. Use at your own risk.
## Secrets

> **NOTE:** Users should refrain from configuring sensitive information in your pipeline in plain text.
Expand Down

0 comments on commit 083da87

Please sign in to comment.