Skip to content

Commit bc9d12f

Browse files
Update docker/login-action digest to 0689575 (#1769)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8251294 commit bc9d12f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/backend_docker_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Log in to the Container registry
28-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
28+
uses: docker/login-action@06895751d15a223ec091bea144ad5c7f50d228d0
2929
with:
3030
registry: ${{ env.REGISTRY }}
3131
username: ${{ github.actor }}

.github/workflows/ee_backend_docker_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Log in to the Container registry
28-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
28+
uses: docker/login-action@06895751d15a223ec091bea144ad5c7f50d228d0
2929
with:
3030
registry: ${{ env.REGISTRY }}
3131
username: ${{ github.actor }}

.github/workflows/ee_tasks_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Log in to the Container registry
28-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
28+
uses: docker/login-action@06895751d15a223ec091bea144ad5c7f50d228d0
2929
with:
3030
registry: ${{ env.REGISTRY }}
3131
username: ${{ github.actor }}

.github/workflows/tasks_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Log in to the Container registry
28-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
28+
uses: docker/login-action@06895751d15a223ec091bea144ad5c7f50d228d0
2929
with:
3030
registry: ${{ env.REGISTRY }}
3131
username: ${{ github.actor }}

0 commit comments

Comments
 (0)