Skip to content

build(deps-dev): Bump blacken-docs from 1.14.0 to 1.15.0 #1068

build(deps-dev): Bump blacken-docs from 1.14.0 to 1.15.0

build(deps-dev): Bump blacken-docs from 1.14.0 to 1.15.0 #1068

Workflow file for this run

name: CI - Docker Image
on:
push:
branches: [main]
pull_request:
branches: [main, develop]
jobs:
docker:
# Only if Dockerfile is changed
name: Docker Image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dorny/[email protected]
id: filter
with:
filters: |
docker:
- 'Dockerfile'
- name: Build the Docker image
# if: ${{ steps.filter.outputs.docker == 'true' }}
run: |
docker build . --file Dockerfile --tag spectrafit:$(date +%s)