mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
@@ -18,3 +18,4 @@ RUN go get golang.org/x/crypto/ssh/terminal
|
||||
|
||||
COPY upload-assets /usr/bin/upload-assets
|
||||
COPY release-email-notification /usr/bin/release-email-notification
|
||||
COPY gcloud-login /usr/bin/gcloud-login
|
||||
|
||||
5
github-dev/gcloud-login
Executable file
5
github-dev/gcloud-login
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "$GCLOUD_KEY"
|
||||
|
||||
echo "$GCLOUD_KEY" > ${HOME}/.gcloud.json
|
||||
Reference in New Issue
Block a user