Skip to content

Commit 1805d14

Browse files
committed
Update docker/login-action action to v4.2.0
1 parent 4001f32 commit 1805d14

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
show-progress: false
4141

4242
- name: Login to GitHub Container Registry
43-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
43+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
4444
with:
4545
registry: ghcr.io
4646
username: ${{ github.repository_owner }}

.github/workflows/build-and-push-multiarch-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
show-progress: false
7272

7373
- name: Login to GitHub Container Registry
74-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
74+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
7575
with:
7676
registry: ghcr.io
7777
username: ${{ github.repository_owner }}
@@ -150,7 +150,7 @@ jobs:
150150
id: local-head
151151

152152
- name: Login to GitHub Container Registry
153-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
153+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
154154
with:
155155
registry: ghcr.io
156156
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)