Skip to content

Commit 50c5137

Browse files
authored
Update build.yaml
1 parent a7b8c2a commit 50c5137

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
uses: docker/login-action@v3.6.0
4545
with:
4646
registry: ghcr.io
47-
username: ${{github.actor}}
48-
password: ${{secrets.BUILD_TOKEN}}
47+
username: ${{ github.actor }}
48+
password: ${{ secrets.BUILD_TOKEN }}
4949

5050
- name: Set up Docker Buildx
5151
id: buildx
@@ -101,8 +101,8 @@ jobs:
101101
uses: docker/login-action@v3.6.0
102102
with:
103103
registry: ghcr.io
104-
username: ${{github.actor}}
105-
password: ${{secrets.BUILD_TOKEN}}
104+
username: ${{ github.actor }}
105+
password: ${{ secrets.BUILD_TOKEN }}
106106

107107
- name: Set up Docker Buildx
108108
id: buildx

0 commit comments

Comments
 (0)