We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6813e commit f2a17f4Copy full SHA for f2a17f4
.github/workflows/regression-tests.yaml
@@ -10,13 +10,13 @@ jobs:
10
name: Check docker token
11
runs-on: ubuntu-22.04
12
steps:
13
- - name: Log into Docker.io
+ - name: Log into Docker.io using old token
14
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
15
with:
16
username: ${{ secrets.DOCKER_USERNAME }}
17
password: ${{ secrets.DOCKER_PASSWORD }}
18
19
- - name: Log into Docker.io using new token
+ - name: Log into Docker.io
20
21
22
username: ${{ vars.DOCKER_USERNAME }}
0 commit comments