mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-31 04:04:51 +00:00
scripts: configure docker authentication in push-image.sh
As we're trying to push the images directly from the phase job and not use 'images:' targets in cloudbuild.yaml.
This commit is contained in:
parent
a6f682d378
commit
86659fb100
1 changed files with 3 additions and 0 deletions
|
@ -6,5 +6,8 @@ if [ -n "$_GIT_TAG" ]; then
|
||||||
export VERSION=${_GIT_TAG:10}
|
export VERSION=${_GIT_TAG:10}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Authenticate in order to be able to push images
|
||||||
|
gcloud auth configure-docker
|
||||||
|
|
||||||
make image -e
|
make image -e
|
||||||
make push -e
|
make push -e
|
||||||
|
|
Loading…
Add table
Reference in a new issue