We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c256bde commit fcb53dbCopy full SHA for fcb53db
1 file changed
.github/workflows/build-and-push.yaml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Login to Azure Container Registry
20
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
21
with:
22
registry: ${{ secrets.ACR_URL }}
23
username: ${{ secrets.ACR_PUSH_USER }}
0 commit comments