We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560d6fc commit 3bb7e26Copy full SHA for 3bb7e26
.github/workflows/publish-docker.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: docker/setup-buildx-action@v2
22
23
- name: Log in to the Container registry
24
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
25
with:
26
registry: ${{ env.REGISTRY }}
27
username: ${{ github.actor }}
0 commit comments