Skip to content

Commit fa807e9

Browse files
chore(deps): update docker/login-action digest to 3227f53
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ee7461 commit fa807e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-enterprise.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
go-version-file: go.mod
5252
- name: Login to Docker Hub
53-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
53+
uses: docker/login-action@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a
5454
with:
5555
username: ${{secrets.DOCKER_ORG_NAME}}
5656
password: ${{secrets.DOCKER_ORG_TOKEN}}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
restore-keys: |
6666
${{ runner.os }}-buildx-
6767
- name: Login to DockerHub
68-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
68+
uses: docker/login-action@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a
6969
with:
7070
username: ${{ secrets.DOCKER_USERNAME_JAN_2025 }}
7171
password: ${{ secrets.DOCKER_TOKEN_JAN_2025 }}

0 commit comments

Comments
 (0)