Skip to content

Commit

Permalink
doc: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Jul 28, 2024
1 parent f6791a5 commit 04f1e6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ outputs:
Containerfile:
# Module "base" from inputs
- base:
# Inputs, shell commands $(..) and $.. ENV vars also allowed.
version: "24.04"
# Inline modules
- RUN apt install git
- git_config:
# Template
user_name: test_user
email: test_user@email.com
user_name: $(git config --get user.name)
email: $(git config --get user.email)
- bash_flavor:
- finalizer:
```
Expand Down

0 comments on commit 04f1e6e

Please sign in to comment.