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 19afe7c commit a49e429Copy full SHA for a49e429
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: docker/setup-buildx-action@v3
23
24
- name: Docker login
25
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
26
with:
27
username: ${{ secrets.WORKLEAP_DOCKERHUB_USERNAME }}
28
password: ${{ secrets.WORKLEAP_DOCKERHUB_TOKEN }}
0 commit comments