Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit dca6925

Browse files
authored
Merge pull request #130 from equinor/azure-login-v1
use azure login v1
2 parents 2f184a9 + 5c1af23 commit dca6925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo $env_var >> $GITHUB_ENV
5050
done
5151
52-
- uses: azure/login@v2
52+
- uses: azure/login@v1
5353
with:
5454
client-id: ${{ env.AZURE_CLIENT_ID }}
5555
tenant-id: ${{ env.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)