We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01bcd66 commit 45e727aCopy full SHA for 45e727a
.github/workflows/integration-enterprise.yaml
@@ -50,7 +50,7 @@ jobs:
50
with:
51
go-version-file: go.mod
52
- name: Login to Docker Hub
53
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
+ uses: docker/login-action@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a
54
55
username: ${{secrets.DOCKER_ORG_NAME}}
56
password: ${{secrets.DOCKER_ORG_TOKEN}}
.github/workflows/release.yaml
@@ -65,7 +65,7 @@ jobs:
65
restore-keys: |
66
${{ runner.os }}-buildx-
67
- name: Login to DockerHub
68
69
70
username: ${{ secrets.DOCKER_USERNAME_JAN_2025 }}
71
password: ${{ secrets.DOCKER_TOKEN_JAN_2025 }}
0 commit comments