We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbef651 + 9ac4865 commit 7896ea5Copy full SHA for 7896ea5
1 file changed
.github/workflows/docker.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v5
19
20
- name: Log in to the Container registry
21
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
22
with:
23
registry: ${{ env.REGISTRY }}
24
username: ${{ github.actor }}
0 commit comments