Skip to content

Commit 36f84b5

Browse files
authored
Merge branch 'main' into token-permissions
2 parents efd6337 + b459583 commit 36f84b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/regression-tests.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ jobs:
1818
with:
1919
username: ${{ secrets.DOCKER_USERNAME }}
2020
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

Comments
 (0)