build(deps): bump the dependencies group across 1 directory with 12 u… #449
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
with: | |
show-progress: false | |
- name: Build Docker image | |
run: docker build -f Dockerfile.backend -t examplify . |