Skip to content

Commit

Permalink
fix: create azure/login credentials (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
  • Loading branch information
rbtr authored Mar 13, 2024
1 parent 4d61d50 commit 09f4053
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jobs:
- name: Az CLI login
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Build/Push Images
shell: bash
Expand Down Expand Up @@ -74,9 +72,7 @@ jobs:
- name: Az CLI login
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: Generate Manifests
shell: bash
Expand Down

0 comments on commit 09f4053

Please sign in to comment.