Skip to content

Commit

Permalink
🤖 (ci/cd): docker build image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ncvescera committed Sep 20, 2024
1 parent 519191d commit a760fc7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build Docker Image

on:
push:
branches: [ "main" ]
pull_request: [ "main" ]

jobs:
build:
runs-on: self-hosted

steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: cd docker && make build

0 comments on commit a760fc7

Please sign in to comment.