We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e384352 + dae0f76 commit c5a0866Copy full SHA for c5a0866
1 file changed
.github/workflows/build.yaml
@@ -36,11 +36,11 @@ jobs:
36
37
- name: Authenticate with GHCR
38
id: auth
39
- uses: docker/login-action@v3.5.0
+ uses: docker/login-action@v3.6.0
40
with:
41
registry: ghcr.io
42
- username: ${{github.actor}}
43
- password: ${{secrets.BUILD_TOKEN}}
+ username: ${{ github.actor }}
+ password: ${{ secrets.BUILD_TOKEN }}
44
45
- name: Set up Docker Buildx
46
id: buildx
@@ -83,11 +83,11 @@ jobs:
83
84
85
86
87
88
89
90
91
92
93
0 commit comments