Skip to content

Commit

Permalink
Merge pull request #260 from crazy-max/e2e-gcr
Browse files Browse the repository at this point in the history
Add e2e tests for GCR
  • Loading branch information
crazy-max authored Dec 22, 2020
2 parents f2a733f + b4c22c3 commit f9deaa0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9deaa0

Please sign in to comment.