We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b719ae + 50c5137 commit 392a2daCopy full SHA for 392a2da
1 file changed
.github/workflows/build.yaml
@@ -41,11 +41,11 @@ jobs:
41
42
- name: Authenticate with GHCR
43
id: auth
44
- uses: docker/login-action@v3.5.0
+ uses: docker/login-action@v3.6.0
45
with:
46
registry: ghcr.io
47
- username: ${{github.actor}}
48
- password: ${{secrets.BUILD_TOKEN}}
+ username: ${{ github.actor }}
+ password: ${{ secrets.BUILD_TOKEN }}
49
50
- name: Set up Docker Buildx
51
id: buildx
@@ -98,11 +98,11 @@ jobs:
98
99
100
101
102
103
104
105
106
107
108
0 commit comments