Skip to content

Commit 88f8485

Browse files
chore(deps): update docker/login-action action to v3.6.0
| datasource | package | from | to | | ----------- | ------------------- | ------ | ------ | | github-tags | docker/login-action | v3.0.0 | v3.6.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 13a6c68 commit 88f8485

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
CR_SKIP_EXISTING: "true"
5050

5151
- name: Login to GHCR
52-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
52+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
5353
with:
5454
registry: ghcr.io
5555
username: ${{ github.actor }}

.github/workflows/update-helm-repo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
"${CR_TOOL_PATH}/cr" index --config "${CR_CONFIGFILE}" --token "${{ env.AUTHTOKEN }}" --index-path "${CR_INDEX_PATH}" --package-path "${CR_PACKAGE_PATH}" --push
264264
265265
- name: Login to GHCR
266-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
266+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
267267
with:
268268
registry: ghcr.io
269269
username: ${{ github.actor }}

0 commit comments

Comments
 (0)