Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
fix: allow 'kuboreleaser env' to read .env
Browse files Browse the repository at this point in the history
Closes #40
  • Loading branch information
lidel committed Aug 28, 2024
1 parent d62b384 commit 7157ade
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 kuboreleaser "$@"
docker run -it --env-file .env -v $(pwd)/.env:/.env:ro kuboreleaser "$@"

0 comments on commit 7157ade

Please sign in to comment.