Skip to content

add fictive circleci workflow to stop failures #13

add fictive circleci workflow to stop failures

add fictive circleci workflow to stop failures #13

Workflow file for this run

name: Build docker image
on:
push:
jobs:
build_docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/build-push-action@v6
with:
push: false
file: ./build/Dockerfile