We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f13503 commit 13f95c5Copy full SHA for 13f95c5
.github/workflows/docker-images.yaml
@@ -73,7 +73,7 @@ jobs:
73
run: |
74
pip install -r devtools/requirements-poetry.in
75
- name: Login to GitHub Container Registry
76
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
77
with:
78
registry: ghcr.io
79
username: ${{ github.actor }}
0 commit comments