Create docker-image.yml

This commit is contained in:
quandanrepo 2023-09-10 16:13:26 +01:00 committed by GitHub
parent fbdf4969a6
commit 050768acf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
.github/workflows/docker-image.yml vendored Normal file
View 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)