We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0a4a5d + f30605d commit e0c074dCopy full SHA for e0c074d
1 file changed
.github/workflows/python-cd.yml
@@ -85,7 +85,7 @@ jobs:
85
uv run pytest --cov=./ --cov-report=xml --cov-report=term -v
86
87
- name: Log in to GitHub Container Registry
88
- uses: docker/login-action@v4.0.0
+ uses: docker/login-action@v4.1.0
89
with:
90
registry: ghcr.io
91
username: ${{ github.actor }}
0 commit comments