mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
Create docker-image.yml
This commit is contained in:
parent
d158e75435
commit
91dfb2272a
9
.github/workflows/docker-image.yml
vendored
Normal file
9
.github/workflows/docker-image.yml
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
name: Docker Image CI
|
||||
on:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
|
Loading…
Reference in New Issue
Block a user