1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-28 02:37:11 +00:00

Merge pull request #360 from ArangoGutierrez/image_push

Drop gcloud auth for image pushing
This commit is contained in:
Kubernetes Prow Robot 2020-09-12 06:34:57 -07:00 committed by GitHub
commit dc64fe0979
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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