Skip to content

Commit 12e37b8

Browse files
chore(deps): update docker/login-action action to v4.6.0
1 parent a821b32 commit 12e37b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-candidate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
make build PLATFORM=linux_arm64 VERSION=${{ steps.version.outputs.version }}
5656
5757
- name: Login to Container Registry
58-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
58+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
5959
with:
6060
registry: ${{ vars.REGISTRY_URL }}
6161
username: ${{ github.actor }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
make build PLATFORM=linux_arm64 VERSION=${{ github.event.inputs.nextVersion }}
100100
101101
- name: Login to Container Registry
102-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
102+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
103103
with:
104104
registry: ${{ vars.REGISTRY_URL }}
105105
username: ${{ github.actor }}

0 commit comments

Comments
 (0)