We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0aa959 commit a698842Copy full SHA for a698842
.github/workflows/release.yaml
@@ -68,7 +68,7 @@ jobs:
68
- name: Set up Docker Buildx
69
uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v2
70
- name: Login to DockerHub
71
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v2
+ uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v2
72
with:
73
username: ${{ secrets.DOCKERHUB_JENKINSCIINFRA_USERNAME }}
74
password: ${{ secrets.DOCKERHUB_JENKINSCIINFRA_TOKEN }}
0 commit comments