Skip to content

Commit a34cb2d

Browse files
Update docker/login-action action to v3.5.0 (#12)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 70b78b2 commit a34cb2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/multi-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Login to GitHub Container Registry
112112
# This step logs in to the GitHub Container Registry (GHCR) using the docker/login-action.
113113
# It uses the GitHub actor's username and the GITHUB_TOKEN secret for authentication.
114-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
114+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
115115
with:
116116
registry: ghcr.io
117117
username: ${{ github.actor }}
@@ -220,7 +220,7 @@ jobs:
220220
network=host
221221
222222
- name: Login to GitHub Container Registry
223-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
223+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
224224
# This step logs in to the GitHub Container Registry (GHCR) using the docker/login-action.
225225
# It uses the GitHub actor's username and the GITHUB_TOKEN secret for authentication.
226226
# The login is necessary to push the merged manifest list to GHCR.

0 commit comments

Comments
 (0)