Skip to content

Commit 86ab207

Browse files
authored
Merge branch 'main' into dependabot/docker/vllm/vllm/vllm-openai-cpu-v0.26.0
2 parents 26941bf + fab4637 commit 86ab207

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ jobs:
401401
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
402402

403403
- name: Log in to Quay.io
404-
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
404+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
405405
with:
406406
registry: ${{ env.REGISTRY }}
407407
username: ${{ secrets.QUAY_USERNAME }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
# Push image by digest for the publish job to assemble into a multi-arch manifest
141141
- name: Log in to Quay.io
142142
if: contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name)
143-
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
143+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
144144
with:
145145
registry: ${{ env.REGISTRY }}
146146
username: ${{ secrets.QUAY_USERNAME }}
@@ -199,7 +199,7 @@ jobs:
199199
merge-multiple: true
200200

201201
- name: Log in to Quay.io
202-
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
202+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
203203
with:
204204
registry: ${{ env.REGISTRY }}
205205
username: ${{ secrets.QUAY_USERNAME }}

0 commit comments

Comments
 (0)