Skip to content

build(deps): bump the dependencies group with 11 updates #257

build(deps): bump the dependencies group with 11 updates

build(deps): bump the dependencies group with 11 updates #257

Workflow file for this run

name: Dockerise
on:
pull_request:
push:
paths:
- .github/workflows/docker.yml
- .dockerignore
- pyproject.toml
- poetry.lock
- Dockerfile*
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
show-progress: false
- name: Build Docker image
run: docker build -f Dockerfile.backend -t examplify .