Skip to content

Sfml submodule

Sfml submodule #12

Workflow file for this run

name: Dockerfile build
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag kulki_docker:$(date +%s)