ft_transcendence/.github/workflows/docker-image.yml
2025-08-03 11:50:34 +02:00

18 lines
249 B
YAML

name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: make all