Skip to content

Commit 8fbd0e6

Browse files
dependabot[bot]VaishnaviHire
authored andcommitted
chore(github-deps): bump docker/login-action from 4.0.0 to 4.1.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@b45d80f...4907a6d) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb3602f commit 8fbd0e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/redhat-distro-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ jobs:
349349
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
350350

351351
- name: Log in to Quay.io
352-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
352+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
353353
with:
354354
registry: ${{ env.REGISTRY }}
355355
username: ${{ secrets.QUAY_USERNAME }}

.github/workflows/vllm-cpu-container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
# Push image by digest for the publish job to assemble into a multi-arch manifest
139139
- name: Log in to Quay.io
140140
if: contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name)
141-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
141+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
142142
with:
143143
registry: ${{ env.REGISTRY }}
144144
username: ${{ secrets.QUAY_USERNAME }}
@@ -197,7 +197,7 @@ jobs:
197197
merge-multiple: true
198198

199199
- name: Log in to Quay.io
200-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
200+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
201201
with:
202202
registry: ${{ env.REGISTRY }}
203203
username: ${{ secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)