File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ jobs:
4141
4242 - name : Authenticate with GHCR
4343 id : auth
44- uses : docker/login-action@v3.5 .0
44+ 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
@@ -98,11 +98,11 @@ jobs:
9898
9999 - name : Authenticate with GHCR
100100 id : auth
101- uses : docker/login-action@v3.5 .0
101+ 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
You can’t perform that action at this time.
0 commit comments