Skip to content

ci: Add workflow for docker #2

ci: Add workflow for docker

ci: Add workflow for docker #2

name: Build Docker Image
on:
push:
branches: [ "docker" ]
pull_request:
branches: [ "docker" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag lidaraug:0.0.1