We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a72d7e1 + bbc673e commit 2907265Copy full SHA for 2907265
1 file changed
.github/workflows/build.yaml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Authenticate with GHCR
38
id: auth
39
- uses: docker/login-action@v3.7.0
+ uses: docker/login-action@v4.0.0
40
with:
41
registry: ghcr.io
42
username: ${{ github.repository_owner }}
@@ -83,7 +83,7 @@ jobs:
83
84
85
86
87
88
89
0 commit comments