Merge pull request #548 from crazy-max/e2e-acr

Add e2e tests for ACR
This commit is contained in:
CrazyMax 2022-01-27 12:58:15 +01:00 committed by GitHub
commit f4cf574474
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,11 @@ jobs:
slug: gcr.io/sandbox-298914/test-docker-action slug: gcr.io/sandbox-298914/test-docker-action
username_secret: GCR_USERNAME username_secret: GCR_USERNAME
password_secret: GCR_JSON_KEY password_secret: GCR_JSON_KEY
-
registry: officialgithubactions.azurecr.io
slug: officialgithubactions.azurecr.io/test-docker-action
username_secret: AZURE_CLIENT_ID
password_secret: AZURE_CLIENT_SECRET
steps: steps:
- -
name: Checkout name: Checkout