Skip to content

Commit cdab61d

Browse files
committed
Bump docker/login-action to v4
Signed-off-by: Brett T. Warden <bwarden@qti.qualcomm.com>
1 parent 547196d commit cdab61d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/qcom-container-build-and-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Log in to GHCR
5252
if: ${{ github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
53-
uses: docker/login-action@v3
53+
uses: docker/login-action@v4
5454
with:
5555
registry: ghcr.io
5656
username: ${{ github.actor }}
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Log in to GHCR
8282
if: ${{ github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
83-
uses: docker/login-action@v3
83+
uses: docker/login-action@v4
8484
with:
8585
registry: ghcr.io
8686
username: ${{ github.actor }}

0 commit comments

Comments
 (0)