mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-08 11:17:25 +00:00
Create docker-image.yml
This commit is contained in:
parent
fbdf4969a6
commit
050768acf4
1 changed files with 20 additions and 0 deletions
20
.github/workflows/docker-image.yml
vendored
Normal file
20
.github/workflows/docker-image.yml
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
name: Build Prediction Testing Image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build the Docker image
|
||||
run:
|
||||
ls
|
||||
docker build . --file Dockerfile --tag my-image-name:$(date +%s)
|
||||
Loading…
Add table
Reference in a new issue