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