Skip to content

Commit d9a016d

Browse files
chore(deps): update docker/login-action action to v4
1 parent 6ec20e7 commit d9a016d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build_publish_builder_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: docker/setup-buildx-action@v2
2424

2525
- name: Log in to GitHub Container Registry
26-
uses: docker/login-action@v2
26+
uses: docker/login-action@v4
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}

.github/workflows/reusable_image_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Set up Docker Buildx
121121
uses: docker/setup-buildx-action@v3
122122
- name: Login to DockerHub
123-
uses: docker/login-action@v3
123+
uses: docker/login-action@v4
124124
with:
125125
username: ${{ secrets.docker_username }}
126126
password: ${{ secrets.docker_password }}
@@ -152,7 +152,7 @@ jobs:
152152
uses: docker/setup-buildx-action@v3
153153

154154
- name: Login to DockerHub
155-
uses: docker/login-action@v3
155+
uses: docker/login-action@v4
156156
with:
157157
username: ${{ secrets.docker_username }}
158158
password: ${{ secrets.docker_password }}

.github/workflows/reusable_nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
fetch-depth: ${{ inputs.fetch_depth }}
8181

8282
- name: Login to DockerHub
83-
uses: docker/login-action@v3
83+
uses: docker/login-action@v4
8484
with:
8585
username: ${{ secrets.docker_username }}
8686
password: ${{ secrets.docker_password }}

0 commit comments

Comments
 (0)