1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-31 04:04:51 +00:00

Drop gcloud auth for image pushing

gcloud auth call in push_image.sh test script is no longer needed

Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
This commit is contained in:
Carlos Eduardo Arango Gutierrez 2020-09-12 07:38:38 -05:00
parent d6b0f105eb
commit bac690813a
No known key found for this signature in database
GPG key ID: A9596BE502663DFD

View file

@ -6,8 +6,5 @@ if [ -n "$_GIT_TAG" ]; then
export VERSION=${_GIT_TAG:10}
fi
# Authenticate in order to be able to push images
gcloud auth configure-docker
make image -e
make push -e