remove registry name from dockerfile

Rename dockerfile 
Revert registry name change
This commit is contained in:
Tejal Desai 2020-01-16 22:09:50 -08:00 committed by GitHub
parent f721212ded
commit 2a4cb90ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@
# Test to make sure the executor builds an image correctly
# when no files are changed
FROM gcr.io/google-appengine/debian9@sha256:1d6a9a6d106bd795098f60f4abb7083626354fa6735e81743c7f8cfca11259f0
FROM google-appengine/debian9@sha256:1d6a9a6d106bd795098f60f4abb7083626354fa6735e81743c7f8cfca11259f0
RUN echo "hey"
MAINTAINER kaniko