We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06f37b commit 3734829Copy full SHA for 3734829
1 file changed
.github/workflows/build_release.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/checkout@v6
34
35
- name: Login to Container Registry
36
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
37
with:
38
registry: ${{ env.REGISTRY }}
39
username: ${{ github.actor }}
0 commit comments