You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not sure what's going on here, but a simple gcloud app deploy with a FROM subugoe/muggle-onbuild fails with missing .github/library. docker build . works fine, so not sure what's going on here.
Somehow it seems that the gcr daemon isn't getting the right build context?
I'm sidestepping this now by just pushing to GCR manually, which should be faster anyway.
But this is a bit odd.
The text was updated successfully, but these errors were encountered:
not sure what's going on here, but a simple
gcloud app deploy
with aFROM subugoe/muggle-onbuild
fails with missing.github/library
.docker build .
works fine, so not sure what's going on here.Somehow it seems that the gcr daemon isn't getting the right build context?
I'm sidestepping this now by just pushing to GCR manually, which should be faster anyway.
But this is a bit odd.
The text was updated successfully, but these errors were encountered: