Skip to content

Commit

Permalink
Merge pull request #2 from openai-v2-suml/suml-docker
Browse files Browse the repository at this point in the history
Create docker-image.yml
  • Loading branch information
vaqxai committed Jan 22, 2024
2 parents d1bc7e8 + 0ca8919 commit 4fa14c9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Docker Image CI

on:
push:
branches: [ "suml-docker" ]
pull_request:
branches: [ "suml-docker" ]

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build & run the Docker image
run: docker run . --file Dockerfile --tag my-image-name:$(date +%s)

0 comments on commit 4fa14c9

Please sign in to comment.