Skip to content

Commit

Permalink
Merge pull request #11 from Eclipse-SDV-Hackathon-Chapter-Two/enable_…
Browse files Browse the repository at this point in the history
…ci-1

Enable CI
  • Loading branch information
werder11 authored Nov 21, 2024
2 parents 9bf64b7 + 338b621 commit 6ffb7b2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Docker Image CI

on:
push:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Build and Run Docker container with pytest
run: |
# Build the Docker image
docker build . --file ./.devcontainer/Dockerfile --tag shift2sdv:latest --target dev
docker images

0 comments on commit 6ffb7b2

Please sign in to comment.