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

Update Dockerfile with extensions support #107

Merged
merged 11 commits into from
Mar 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update and rename build-docker.yml to publish-docker.yml
  • Loading branch information
mgoin authored Mar 19, 2024
commit c6286cd3af2d3ee10348cd39d2c4736b364a1f93
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Manual Docker Build
name: Docker Build + Publish

on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main
pull_request:
branches:
- main
# For now, just manually trigger
# push:
# branches:
# - main
# pull_request:
# branches:
# - main
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -49,12 +48,4 @@ jobs:
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@v5
with:
context: .
target: vllm-openai
push: true
tags: ghcr.io/neuralmagic/nm-vllm-openai:${{ steps.extract_tag.outputs.tag }}
tags: ghcr.io/neuralmagic/nm-vllm-openai:${{ steps.extract_tag.outputs.tag }},ghcr.io/neuralmagic/nm-vllm-openai:latest
Loading