Skip to content

Commit 2e0c1ff

Browse files
chore(deps): update docker/login-action digest to e46b7e3
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 32d8415 commit 2e0c1ff

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@e46b7e330016f4e853155db7dd370d6b3d4fbdf5
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@e46b7e330016f4e853155db7dd370d6b3d4fbdf5
6969
with:
7070
username: ${{ secrets.DOCKER_USERNAME_JAN_2025 }}
7171
password: ${{ secrets.DOCKER_TOKEN_JAN_2025 }}

0 commit comments

Comments
 (0)