We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f14209 commit f2c56c5Copy full SHA for f2c56c5
.github/workflows/release.yml
@@ -91,7 +91,7 @@ jobs:
91
tags: ${{ env.TAGS }}
92
93
- name: Login to container registry
94
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
95
with:
96
registry: ghcr.io
97
username: ${{ github.actor }}
0 commit comments