Skip to content

Commit fcb53db

Browse files
ci: bump docker/login-action from 3 to 4 (#4)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c256bde commit fcb53db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Login to Azure Container Registry
20-
uses: docker/login-action@v3
20+
uses: docker/login-action@v4
2121
with:
2222
registry: ${{ secrets.ACR_URL }}
2323
username: ${{ secrets.ACR_PUSH_USER }}

0 commit comments

Comments
 (0)