|
79 | 79 | # Note: Accessing, pushing tags etc. to DockerHub will only succeed in upstream and |
80 | 80 | # on events in context of upstream because secrets. PRs run in context of forks by default! |
81 | 81 | - name: Log in to the Container registry |
82 | | - uses: docker/login-action@v3 |
| 82 | + uses: docker/login-action@v4 |
83 | 83 | with: |
84 | 84 | username: ${{ secrets.DOCKERHUB_USERNAME }} |
85 | 85 | password: ${{ secrets.DOCKERHUB_TOKEN }} |
@@ -122,7 +122,7 @@ jobs: |
122 | 122 | # Note: Accessing, pushing tags etc. to DockerHub will only succeed in upstream and |
123 | 123 | # on events in context of upstream because secrets. PRs run in context of forks by default! |
124 | 124 | - name: Log in to the Container registry |
125 | | - uses: docker/login-action@v3 |
| 125 | + uses: docker/login-action@v4 |
126 | 126 | with: |
127 | 127 | username: ${{ secrets.DOCKERHUB_USERNAME }} |
128 | 128 | password: ${{ secrets.DOCKERHUB_TOKEN }} |
@@ -164,7 +164,7 @@ jobs: |
164 | 164 | # Note: Accessing, pushing tags etc. to DockerHub will only succeed in upstream and |
165 | 165 | # on events in context of upstream because secrets. PRs run in context of forks by default! |
166 | 166 | - name: Log in to the Container registry |
167 | | - uses: docker/login-action@v3 |
| 167 | + uses: docker/login-action@v4 |
168 | 168 | with: |
169 | 169 | username: ${{ secrets.DOCKERHUB_USERNAME }} |
170 | 170 | password: ${{ secrets.DOCKERHUB_TOKEN }} |
|
0 commit comments