Compare commits

...

2 Commits

Author SHA1 Message Date
Tim cd820afe55
Merge 68763bc098 into 09710f454e 2023-06-08 17:08:43 -07:00
Tim 68763bc098
Create docker-image.yml 2022-11-28 04:22:58 +01:00
1 changed files with 18 additions and 0 deletions

18
.github/workflows/docker-image.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Docker Image CI
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: docker build . --file Dockerfile --tag my-image-name:$(date +%s)