Skip to content

Commit

Permalink
ACR login
Browse files Browse the repository at this point in the history
  • Loading branch information
wozniakpl committed Feb 20, 2024
1 parent 62a0ece commit 7d6b56f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Login to ACR
uses: docker/login-action@v3
with:
registry: ${{ env.DOCKER_URL }}
username: ${{ secrets.AZURE_CLIENT_ID }}
password: ${{ secrets.AZURE_CLIENT_SECRET }}
- name: Docker build
run: |
docker buildx create --use
Expand Down

0 comments on commit 7d6b56f

Please sign in to comment.