We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f013d3 commit edfbb5fCopy full SHA for edfbb5f
1 file changed
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Log in to GitHub Docker Registry
59
if: github.ref_type == 'tag'
60
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
61
with:
62
registry: ghcr.io
63
username: ${{ github.actor }}
@@ -118,7 +118,7 @@ jobs:
118
type=raw,value=noble
119
120
121
122
123
124
0 commit comments