Skip to content

Commit

Permalink
Remove container when stopped
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Feb 13, 2024
1 parent 7696dab commit 98b7aa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/template/sh-build-iso.yml.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
image: archlinux:latest
{%- raw %}
options: --privileged --volume ${{ github.workspace }}:/workspace
options: --privileged --rm --volume ${{ github.workspace }}:/workspace
{%- endraw %}
run: |
# Exit on error
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sh-build-iso-rocm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: archlinux:latest
options: --privileged --volume ${{ github.workspace }}:/workspace
options: --privileged --rm --volume ${{ github.workspace }}:/workspace
run: |
# Exit on error
set -eu
Expand Down

0 comments on commit 98b7aa5

Please sign in to comment.