We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents efd6337 + b459583 commit 36f84b5Copy full SHA for 36f84b5
.github/workflows/regression-tests.yaml
@@ -18,3 +18,9 @@ jobs:
18
with:
19
username: ${{ secrets.DOCKER_USERNAME }}
20
password: ${{ secrets.DOCKER_PASSWORD }}
21
+
22
+ - name: Log into Docker.io using new token
23
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
24
+ with:
25
+ username: ${{ vars.DOCKER_USERNAME }}
26
+ password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}
0 commit comments