Skip to content

Commit

Permalink
Add note about Docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Feb 9, 2024
1 parent f17bcf2 commit cb28211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ but there are some design decisions that prompted the creation of Dunamai as an

* For GitHub workflows, invoke `actions/checkout@v3` with `fetch-depth: 0`.
* For GitLab pipelines, set the `GIT_DEPTH` variable to 0.
* For Docker builds, copy the VCS history (e.g., `.git` folder) into the container.

For Git, you can also avoid doing a full clone by specifying a remote branch for tags
(e.g., `--tag-branch remotes/origin/master`).
Expand Down

0 comments on commit cb28211

Please sign in to comment.