Skip to content

fix(deps): update dependency plotly to v5.24.1 - autoclosed #2995

fix(deps): update dependency plotly to v5.24.1 - autoclosed

fix(deps): update dependency plotly to v5.24.1 - autoclosed #2995

Workflow file for this run

name: CI - Docker Image
on:
push:
branches: [main]
pull_request:
branches: [main, develop]
repository_dispatch:
types: [create-pull-request]
jobs:
docker:
# Only if Dockerfile is changed
name: Docker Image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dorny/[email protected]
id: filter
with:
filters: |
docker:
- 'Dockerfile'
- name: Build the Docker image for AMD64
run: |
docker build . --file Dockerfile --tag spectrafit:$(date +%s)
# - name: Build the Docker image for ARM64
# run: |
# docker build . --file Dockerfile --tag spectrafit-arm64:$(date +%s) --platform linux/arm64