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 714a253 commit 8abca64Copy full SHA for 8abca64
.github/workflows/docker.yaml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Log into registry
81
if: env.PUSH == 'true'
82
- uses: docker/login-action@v2.2.0
+ uses: docker/login-action@v3.0.0
83
with:
84
registry: ghcr.io
85
username: ${{ github.actor }}
0 commit comments