We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685e045 commit 2433c41Copy full SHA for 2433c41
.github/workflows/regression-tests.yaml
@@ -19,5 +19,5 @@ jobs:
19
- name: Log into Docker.io using new token
20
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
21
with:
22
- username: ${{ secrets.DOCKER_USERNAME }}
+ username: ${{ vars.DOCKER_USERNAME }}
23
password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}
0 commit comments