Skip to content

Including pip in the image #18

Including pip in the image

Including pip in the image #18

Workflow file for this run

name: Build
on:
pull_request:
paths:
- 'Dockerfile'
- '.dockerignore'
jobs:
build:
name: Docker image
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build image
run: docker build . -t local