We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6032051 commit 2a46e83Copy full SHA for 2a46e83
.github/workflows/release.yaml
@@ -48,7 +48,7 @@ jobs:
48
run: echo "IMAGE_NAME=$(echo '${{ github.repository }}' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
49
50
- name: Log in to the Container registry
51
- uses: docker/login-actions@v2
+ uses: docker/login-action@v3
52
with:
53
registry: ${{ env.REGISTRY }}
54
username: ${{ github.actor }}
0 commit comments