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:
parent
d6b0f105eb
commit
bac690813a
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