We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f2512 commit f70795aCopy full SHA for f70795a
1 file changed
.github/workflows/release.yaml
@@ -59,7 +59,7 @@ jobs:
59
- uses: actions/checkout@v6
60
61
- name: Log in to the container registry
62
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
63
with:
64
registry: ${{ env.REGISTRY }}
65
username: ${{ github.actor }}
0 commit comments