Skip to content

Commit

Permalink
Merge pull request #49 from crazy-max/e2e-acr
Browse files Browse the repository at this point in the history
Test login against ACR
  • Loading branch information
crazy-max committed Jan 27, 2022
2 parents 5fcefb9 + 9376d24 commit 7948fff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -76,6 +76,20 @@ jobs:
docker image prune -a -f >/dev/null 2>&1
docker pull ghcr.io/docker-ghactiontest/test
acr:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Login to ACR
uses: ./
with:
registry: ${{ secrets.AZURE_REGISTRY_NAME }}.azurecr.io
username: ${{ secrets.AZURE_CLIENT_ID }}
password: ${{ secrets.AZURE_CLIENT_SECRET }}

dockerhub:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 7948fff

Please sign in to comment.