Skip to content

Commit ed112e5

Browse files
authored
add GCP token file to dockerignore
1 parent 55ecd5b commit ed112e5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

go-demo/.dockerignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
!go.mod
77
!go.sum
88
# Include our generated version.json file
9-
!version.json
9+
!version.json
10+
11+
# Ignore generated credentials from google-github-actions/auth
12+
gha-creds-*.json

0 commit comments

Comments
 (0)