We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05ff4f commit a894903Copy full SHA for a894903
.github/workflows/release.yaml
@@ -53,7 +53,7 @@ jobs:
53
tags: type=ref,event=tag
54
55
- name: Log in to the Container registry
56
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
57
with:
58
registry: ${{ env.REGISTRY }}
59
username: ${{ github.actor }}
0 commit comments