Skip to content

Commit

Permalink
[ci] make azure logout a separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgorana committed Oct 4, 2023
1 parent 8d96323 commit eff3824
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd-syft-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ jobs:
| xargs -r -I% az acr repository untag --name $ACR_REGISTRY_NAME --image $repo:%
done
- name: Logout and cleanup Azure account
if: always()
run: |
az logout
az cache purge
az account clear
Expand Down

0 comments on commit eff3824

Please sign in to comment.