Skip to content

Commit cc07a0f

Browse files
Update docker/login-action digest to 7ca3450 (#1806)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5834969 commit cc07a0f

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@06895751d15a223ec091bea144ad5c7f50d228d0
28+
uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0
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@06895751d15a223ec091bea144ad5c7f50d228d0
28+
uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0
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@06895751d15a223ec091bea144ad5c7f50d228d0
28+
uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0
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@06895751d15a223ec091bea144ad5c7f50d228d0
28+
uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0
2929
with:
3030
registry: ${{ env.REGISTRY }}
3131
username: ${{ github.actor }}

0 commit comments

Comments
 (0)