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:
commit
dc64fe0979
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue