We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f41d379 + b06a7e4 commit 7ebb4a9Copy full SHA for 7ebb4a9
1 file changed
.github/workflows/publish-docker.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v6
24
25
- name: Log in to the Container registry
26
- uses: docker/login-action@v3.3.0
+ uses: docker/login-action@v4.1.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