Skip to content

Commit

Permalink
add docker build on github
Browse files Browse the repository at this point in the history
  • Loading branch information
chillingstar authored Nov 9, 2024
1 parent 1b57e17 commit 27be377
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Docker Image CI
on:
push:
branches: [ "docker-experimental" ]
pull_request:
branches: [ "docker-experimental" ]
jobs:
build:
runs-on: alpine:latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag Limbo:v2-$(date +%s)

0 comments on commit 27be377

Please sign in to comment.