ci: add docker image workflow

This commit is contained in:
azurejelly 2025-02-10 20:59:23 -05:00
parent a55d5f41a9
commit 437157e18d
No known key found for this signature in database
GPG Key ID: 78C7CB2FBB62D96D
1 changed files with 14 additions and 0 deletions

14
.github/workflows/docker.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag VERT-sh/vert:$(date +%s)