We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aff6335 + e0c074d commit de436f6Copy full SHA for de436f6
1 file changed
.github/workflows/python-cd.yml
@@ -94,7 +94,7 @@ jobs:
94
uv run pytest --cov=./ --cov-report=xml --cov-report=term -v
95
96
- name: Log in to GitHub Container Registry
97
- uses: docker/login-action@v4.0.0
+ uses: docker/login-action@v4.1.0
98
with:
99
registry: ghcr.io
100
username: ${{ github.actor }}
0 commit comments