Skip to content

Commit

Permalink
Close #1284 update how we log into the docker container registry. (#1285
Browse files Browse the repository at this point in the history
)
  • Loading branch information
trackleft authored Sep 4, 2024
1 parent 98d3e35 commit d268317
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/review-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ jobs:
echo "AZ_BOOTSTRAP_FROZEN_DIR=/azbuild/arizona-bootstrap" >> ${GITHUB_ENV}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Docker authentication
run: |
docker login "$AZ_DOCKER_REGISTRY" -u "$GITHUB_ACTOR" -p ${{ secrets.AZ_DOCKER_REGISTRY_TOKEN }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.AZ_DOCKER_REGISTRY_TOKEN }}
- name: Search for Docker image
id: dockerpull
continue-on-error: true
Expand Down

0 comments on commit d268317

Please sign in to comment.