Skip to content

build: 🔖 v0.20.0 #1030

build: 🔖 v0.20.0

build: 🔖 v0.20.0 #1030

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)