We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f833e50 commit ff6813eCopy full SHA for ff6813e
.github/workflows/release-builder.yaml
@@ -53,7 +53,7 @@ jobs:
53
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
54
with:
55
username: ${{ vars.DOCKER_USERNAME }}
56
- password: ${{ secrets.DOCKER_PASSWORD }}
+ password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}
57
- name: Login to GitHub Package Registry
58
59
0 commit comments