We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbef8bc commit b83cccdCopy full SHA for b83cccd
.github/workflows/docker-cd.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: docker/[email protected]
47
48
- name: Login to GitHub Container Registry
49
- uses: docker/login-action@v2.1.0
+ uses: docker/login-action@v2.2.0
50
with:
51
registry: ghcr.io
52
username: ${{ github.actor }}
0 commit comments