We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff3d2c commit 4500f47Copy full SHA for 4500f47
.github/workflows/ci.yml
@@ -168,7 +168,7 @@ jobs:
168
169
- name: Login to Docker Hub
170
if: github.event_name != 'pull_request' && !startsWith(github.ref, 'refs/heads/renovate')
171
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
172
with:
173
username: ${{ secrets.K8S_AGENTS_DOCKERHUB_USERNAME }}
174
password: ${{ secrets.K8S_AGENTS_DOCKERHUB_TOKEN }}
0 commit comments