Skip to content

Commit

Permalink
fix: remove ephemeral container after use
Browse files Browse the repository at this point in the history
no need to keep them, just waste space
  • Loading branch information
lidel committed Aug 28, 2024
1 parent 7157ade commit 41c8f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuboreleaser
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if ! test -f ".env"; then
exit 0
fi

docker run -it --env-file .env -v $(pwd)/.env:/.env:ro kuboreleaser "$@"
docker run -it --rm --env-file .env -v $(pwd)/.env:/.env:ro kuboreleaser "$@"

0 comments on commit 41c8f5a

Please sign in to comment.