We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39293d commit 44c37cdCopy full SHA for 44c37cd
1 file changed
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
uses: actions/checkout@v6
52
53
- name: Log in to the Container registry
54
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
55
with:
56
registry: ${{ env.REGISTRY }}
57
username: ${{ github.actor }}
0 commit comments