We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d0161 commit 431528cCopy full SHA for 431528c
.github/workflows/regression-tests.yaml
@@ -15,3 +15,9 @@ jobs:
15
with:
16
username: ${{ secrets.DOCKER_USERNAME }}
17
password: ${{ secrets.DOCKER_PASSWORD }}
18
+
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 }}
23
+ password: ${{ secrets.DOCKER_TOKEN_COLLECTOR_RELEASES }}
0 commit comments