We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b8c2a commit 50c5137Copy full SHA for 50c5137
1 file changed
.github/workflows/build.yaml
@@ -44,8 +44,8 @@ jobs:
44
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
@@ -101,8 +101,8 @@ jobs:
101
102
103
104
105
106
107
108
0 commit comments