Add e2e tests for GCR

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-12-22 11:21:32 +01:00
parent f2a733f179
commit b4c22c3e33
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -42,6 +42,11 @@ jobs:
slug: public.ecr.aws/q3b5f1u4/test-docker-action
username_secret: AWS_ACCESS_KEY_ID
password_secret: AWS_SECRET_ACCESS_KEY
-
registry: gcr.io
slug: gcr.io/sandbox-298914/test-docker-action
username_secret: GCR_USERNAME
password_secret: GCR_JSON_KEY
steps:
-
name: Checkout