Skip to content

Commit ff6813e

Browse files
committed
fix last occurrence
1 parent f833e50 commit ff6813e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-builder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
5454
with:
5555
username: ${{ vars.DOCKER_USERNAME }}
56-
password: ${{ secrets.DOCKER_PASSWORD }}
56+
password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}
5757
- name: Login to GitHub Package Registry
5858
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
5959
with:

0 commit comments

Comments
 (0)