Note .dockerignore in the exclusion for credentials (#376)

Closes https://github.com/google-github-actions/auth/pull/375

(Opening as me to trigger CI)

---------

Signed-off-by: Andrew Howden <hello@andrewhowden.com>
Signed-off-by: Seth Vargo <seth@sethvargo.com>
Co-authored-by: Andrew Howden <hello@andrewhowden.com>
This commit is contained in:
Seth Vargo 2024-01-04 12:25:30 -05:00 committed by GitHub
parent 56562ddf6a
commit fb74905737
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,8 +27,8 @@ support](https://cloud.google.com/support).**
unable to authenticate. unable to authenticate.
- To create binaries, containers, pull requests, or other releases, add the - To create binaries, containers, pull requests, or other releases, add the
following to your `.gitignore` to prevent accidentially committing following to your `.gitignore`, `.dockerignore` and similar files to prevent
credentials to your release artifact: accidentally committing credentials to your release artifact:
```text ```text
# Ignore generated credentials from google-github-actions/auth # Ignore generated credentials from google-github-actions/auth