Skip to content

Commit 887fd51

Browse files
Update docker/login-action digest to 74a5d14 (#1878)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b543ade commit 887fd51

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

0 commit comments

Comments
 (0)