File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
114+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .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@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
223+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .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.
You can’t perform that action at this time.
0 commit comments