docker tag gcr.io/google_containers/volume-gluster gcr.io/google_containers/volume-gluster:$(TAG)# Add the version tag to the latest image
docker tag gcr.io/google_containers/volume-gluster gcr.io/google_containers/volume-gluster:$(TAG)# Add the version tag to the latest image
push:container
push:container
gcloud preview docker push gcr.io/google_containers/volume-gluster # Push image tagged as latest to repository
gcloud docker push gcr.io/google_containers/volume-gluster # Push image tagged as latest to repository
gcloud preview docker push gcr.io/google_containers/volume-gluster:$(TAG)# Push version tagged image to repository (since this image is already pushed it will simply create or update version tag)
gcloud docker push gcr.io/google_containers/volume-gluster:$(TAG)# Push version tagged image to repository (since this image is already pushed it will simply create or update version tag)
docker tag gcr.io/google_containers/volume-nfs gcr.io/google_containers/volume-nfs:$(TAG)# Add the version tag to the latest image
docker tag gcr.io/google_containers/volume-nfs gcr.io/google_containers/volume-nfs:$(TAG)# Add the version tag to the latest image
push:container
push:container
gcloud preview docker push gcr.io/google_containers/volume-nfs # Push image tagged as latest to repository
gcloud docker push gcr.io/google_containers/volume-nfs # Push image tagged as latest to repository
gcloud preview docker push gcr.io/google_containers/volume-nfs:$(TAG)# Push version tagged image to repository (since this image is already pushed it will simply create or update version tag)
gcloud docker push gcr.io/google_containers/volume-nfs:$(TAG)# Push version tagged image to repository (since this image is already pushed it will simply create or update version tag)