Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Update build-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin authored Mar 19, 2024
1 parent bd04e62 commit afb2b11
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
with:
buildkitd-flags: --debug
uses: docker/setup-buildx-action@v3

- name: Login to Github Packages
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -46,15 +44,15 @@ jobs:
run: echo ${{ steps.extract_tag.outputs.tag }}

- name: nm-vllm latest
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
target: vllm-openai
push: true
tags: ghcr.io/neuralmagic/nm-vllm-openai:latest

- name: Today's nm-vllm-nightly
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
target: vllm-openai
Expand Down

0 comments on commit afb2b11

Please sign in to comment.