We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27bdba2 + 557ddec commit 26c89b4Copy full SHA for 26c89b4
1 file changed
.github/workflows/publish-docker.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v4
24
25
- name: Log in to the Container registry
26
- uses: docker/login-action@v2.1.0
+ uses: docker/login-action@v3.3.0
27
with:
28
registry: ghcr.io
29
username: ${{ github.actor }}
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
0 commit comments