Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
rm -rf $HOME/.ssh
rm -rf $HOME/.aws
- name: Create snapshot
uses: WarpBuilds/snapshot-save@v1
uses: WarpBuilds/snsapshot-save@v1
with:
alias: 'unique-snapshot-alias'
fail-on-error: true
Expand All @@ -145,7 +145,9 @@ jobs:

## Use with Container Images

When using container images, the presave script may encounter errors. In such cases, you should set `skip-presave: true` and manually flush the file system before creating the snapshot.
When using container images, the presave script may encounter errors. In such
cases, you should set `skip-presave: true` and manually flush the file system
before creating the snapshot.

### Creating a Snapshot with Containers

Expand Down Expand Up @@ -173,7 +175,7 @@ jobs:
- name: Create snapshot
uses: WarpBuilds/snapshot-save@v1
with:
alias: "container-snapshot"
alias: 'container-snapshot'
fail-on-error: true
wait-timeout-minutes: 60
skip-presave: true
Expand Down
Loading
Loading